You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yield'With website preview card and all optionnal informations' => [
328
+
'options' => (newBlueskyOptions())
329
+
->attachCard(
330
+
'https://example.com',
331
+
newFile(__DIR__.'/fixtures.gif'),
332
+
'Fork me im famous',
333
+
'Click here to go to website!'
334
+
),
335
+
'expectedResponse' => '{"repo":null,"collection":"app.bsky.feed.post","record":{"$type":"app.bsky.feed.post","text":"Hello World!","createdAt":"2024-04-28T08:40:17.000000Z","embed":{"$type":"app.bsky.embed.external","external":{"uri":"https:\/\/example.com","title":"Fork me im famous","description":"Click here to go to website!","thumb":{"$type":"blob","ref":{"$link":"bafkreibabalobzn6cd366ukcsjycp4yymjymgfxcv6xczmlgpemzkz3cfa"},"mimeType":"image\/png","size":760898}}}}}',
336
+
];
337
+
338
+
yield'With website preview card and minimal information' => [
0 commit comments