Skip to content

Commit 604bed5

Browse files
committed
III-6948: try to translate the second item
1 parent df4eac6 commit 604bed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/e2e/events/translate-event.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test.describe('Event translation', () => {
4141
await page.goto(`${baseURL}/dashboard`);
4242

4343
// Select first link with /preview in href
44-
const firstEventLink = page.locator('a[href*="/preview"]').first();
44+
const firstEventLink = page.locator('a[href*="/preview"]').nth(2);
4545
await firstEventLink.click();
4646

4747
await page.waitForLoadState('networkidle');

0 commit comments

Comments
 (0)