We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27a69b commit 9cc8604Copy full SHA for 9cc8604
test/e2e/terminal.test.ts
@@ -39,7 +39,7 @@ test.describe("Integrated Terminal", () => {
39
await codeServer.focusTerminal()
40
41
// give the terminal a second to load
42
- await page.waitForTimeout(3000)
+ await page.waitForLoadState("load")
43
await page.keyboard.type(`echo '${testString}' > ${tmpFile}`)
44
// Wait for the typing to finish before hitting enter
45
await page.waitForTimeout(500)
0 commit comments