Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /