We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee2c4b commit 37c1d1aCopy full SHA for 37c1d1a
e2e-tests/explore.test.ts
@@ -9,7 +9,7 @@ test('has title', async ({ page }) => {
9
test('place link works', async ({ page }) => {
10
await page.goto('/en/explore')
11
12
- await page.getByRole('link', { name: 'Sa Tuna' }).click()
+ await page.getByRole('link', { name: 'Sa Riera' }).click()
13
14
- await expect(page.getByRole('heading', { name: 'Sa Tuna' })).toBeVisible()
+ await expect(page.getByRole('heading', { name: 'Sa Riera' })).toBeVisible()
15
})
0 commit comments