Skip to content

Commit 336d117

Browse files
committed
docs: Add comment
1 parent 2c5cf93 commit 336d117

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/index.spec.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ test.beforeEach(async ({ page }) => {
1717
waitUntil: "load",
1818
});
1919

20+
// From https://github.com/guidepup/guidepup-playwright/blob/34c3973dd98e19c81f468352e13bac5b8434b28f/src/voiceOverTest.ts#L97-L110:
21+
2022
// Ensure the document is ready and focused.
2123
await page.bringToFront();
2224
await page.locator("body").waitFor();

0 commit comments

Comments
 (0)