2
0

ci: Fix e2e tests

This commit is contained in:
Baptiste Arnaud
2022-05-13 06:47:39 -07:00
parent 7507a1ab1e
commit e268638786
7 changed files with 65 additions and 18 deletions

View File

@ -84,7 +84,7 @@ test.describe.parallel('Image bubble step', () => {
force: true,
position: { x: 0, y: 0 },
})
await expect(page.locator('img[alt="Step image"]')).toHaveAttribute(
await expect(page.locator('img[alt="Block image"]')).toHaveAttribute(
'src',
new RegExp('giphy.com/media', 'gm')
)