Skip to content

Commit

Permalink
Skip unreliable e2e test (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad authored Feb 27, 2024
1 parent b254fbd commit 4f8eedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/explore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test('has title', async ({ page }) => {
await expect(page).toHaveTitle(/Explore/)
})

test('place link works', async ({ page }) => {
test.skip('place link works', async ({ page }) => {
await page.goto('/en/explore')

const link = page.getByRole('link', { name: 'Sa Riera Beach' })
Expand Down

0 comments on commit 4f8eedd

Please sign in to comment.