Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
carsakiller committed Jun 27, 2024
1 parent 99641d8 commit b2dd37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/search.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test.describe("Search", async () => {
test("Close Search By Clicking Background", async ({ page }) => {
await page.getByRole("document").press("/");
await isOpen();
await page.locator("#site-search").click();
await page.locator("#site-search dialog").click();
await isClosed();
});

Expand Down

0 comments on commit b2dd37e

Please sign in to comment.