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 2c5cf93 commit 336d117Copy full SHA for 336d117
tests/index.spec.mjs
@@ -17,6 +17,8 @@ test.beforeEach(async ({ page }) => {
17
waitUntil: "load",
18
});
19
20
+ // From https://github.com/guidepup/guidepup-playwright/blob/34c3973dd98e19c81f468352e13bac5b8434b28f/src/voiceOverTest.ts#L97-L110:
21
+
22
// Ensure the document is ready and focused.
23
await page.bringToFront();
24
await page.locator("body").waitFor();
0 commit comments