We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285c139 commit 08dfe3cCopy full SHA for 08dfe3c
1 file changed
pages/playwright/index.html
@@ -57,6 +57,7 @@ <h2>Usefull snippets</h2>
57
<script type="editor" data-lang="ts">
58
59
test.use({ actionTimeout: 2000 });
60
+ await page.waitForTimeout(50);
61
62
// extra step for codegen
63
await expect(page.locator("body")).toHaveCount(1);
0 commit comments