We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d2200 commit b732bf9Copy full SHA for b732bf9
test/e2e/terminal.test.ts
@@ -37,6 +37,7 @@ describe("Integrated Terminal", true, [], {}, () => {
37
38
await codeServerPage.focusTerminal()
39
40
+ await codeServerPage.page.waitForLoadState("load")
41
await codeServerPage.page.keyboard.type(`code-server ${tmpFile}`)
42
await codeServerPage.page.keyboard.press("Enter")
43
0 commit comments