Skip to content

Commit 2588604

Browse files
committed
test: fix trailing slash in tests
1 parent 8862b9a commit 2588604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/interactions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test.describe('Search Pages', () => {
7474
})
7575

7676
test('/search/?q=vue → "/" focuses the search input from results', async ({ page, goto }) => {
77-
await goto('/search?q=vue', { waitUntil: 'hydration' })
77+
await goto('/search/?q=vue', { waitUntil: 'hydration' })
7878

7979
await expect(page.locator('text=/found \\d+|showing \\d+/i').first()).toBeVisible({
8080
timeout: 15000,

0 commit comments

Comments
 (0)