Skip to content

Commit 48b18ec

Browse files
committed
Fix tag test
1 parent d1739be commit 48b18ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser/e2e/tests/search.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ test.describe('search', async () => {
116116
// Search for the folder by the first tag
117117
await addressBar(page).fill('tag:first');
118118
await expect(page.locator(`text=${firstTagName}`).first()).toBeVisible();
119+
await page.waitForTimeout(200);
119120
await page.keyboard.press('ArrowDown');
120121
await page.keyboard.press('Enter');
121122

0 commit comments

Comments
 (0)