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 d92250d commit 7b6b4a8Copy full SHA for 7b6b4a8
tests/dark-mode.spec.ts
@@ -6,7 +6,7 @@ test("desk mode works", async ({ page, baseURL }) => {
6
// Go to http://localhost:3000/
7
await page.goto(baseURL);
8
// Click [aria-label="User"] button
9
- await page.locator(`[aria-label="User"] button`).click();
+ await page.locator(`[aria-label="Account"] button`).click();
10
// Check [aria-label="color-scheme-toggle"]
11
await page.locator(`[aria-label="color-scheme-toggle"]`).check();
12
0 commit comments