We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3eeae commit 91a2153Copy full SHA for 91a2153
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