feat: ✨ Add new onboarding flow
This commit is contained in:
@ -80,7 +80,10 @@ test.describe.parallel('Image bubble step', () => {
|
||||
|
||||
await page.click('text=Click to edit...')
|
||||
await page.click('text=Giphy')
|
||||
await page.click('img >> nth=3', { force: true })
|
||||
await page.click('img >> nth=3', {
|
||||
force: true,
|
||||
position: { x: 0, y: 0 },
|
||||
})
|
||||
await expect(page.locator('img[alt="Step image"]')).toHaveAttribute(
|
||||
'src',
|
||||
new RegExp('giphy.com/media', 'gm')
|
||||
|
Reference in New Issue
Block a user