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 868ff79 commit d797070Copy full SHA for d797070
test/e2e/interactions.spec.ts
@@ -92,6 +92,8 @@ test.describe('Search Pages', () => {
92
await homeSearchInput.click()
93
await page.keyboard.type('vue')
94
95
+ await page.keyboard.press('Enter')
96
+
97
// Wait for navigation to /search (debounce is 250ms)
98
await expect(page).toHaveURL(/\/search/, { timeout: 10000 })
99
@@ -117,6 +119,8 @@ test.describe('Search Pages', () => {
117
119
await searchInput.click()
118
120
await searchInput.fill('vue')
121
122
123
124
125
126
await expect(page.locator('[data-result-index="0"]').first()).toBeVisible({
0 commit comments