Skip to content

Commit e086b13

Browse files
committed
Wait for slow webkit test
1 parent 6ab24f6 commit e086b13

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

e2e/events.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ test.describe('Test if see more link is clickable', () => {
88
test('should navigate to the correct URL when See More is clicked', async ({
99
page,
1010
context,
11+
browserName,
1112
}) => {
13+
test.slow(browserName === 'webkit', 'This test times out on webkit');
1214
const [newPage] = await Promise.all([
1315
context.waitForEvent('page'),
16+
page.waitForLoadState(),
1417
page.getByRole('link', { name: 'See More' }).click(),
1518
]);
1619
await expect(newPage).toHaveURL(

0 commit comments

Comments
 (0)