Skip to content

Commit 91a2153

Browse files
committed
Add back wait for load state
Removing it did not help. Still not sure if this is necessary though.
1 parent ec3eeae commit 91a2153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/terminal.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ describe("Integrated Terminal", true, [], {}, () => {
3737

3838
await codeServerPage.focusTerminal()
3939

40+
await codeServerPage.page.waitForLoadState("load")
4041
await codeServerPage.page.keyboard.type(`code-server ${tmpFile}`)
4142
await codeServerPage.page.keyboard.press("Enter")
4243

0 commit comments

Comments
 (0)