Skip to content

Commit 9cc8604

Browse files
committed
wip: remove first timeout
1 parent c27a69b commit 9cc8604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/terminal.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test.describe("Integrated Terminal", () => {
3939
await codeServer.focusTerminal()
4040

4141
// give the terminal a second to load
42-
await page.waitForTimeout(3000)
42+
await page.waitForLoadState("load")
4343
await page.keyboard.type(`echo '${testString}' > ${tmpFile}`)
4444
// Wait for the typing to finish before hitting enter
4545
await page.waitForTimeout(500)

0 commit comments

Comments
 (0)