Skip to content

Commit 45df7b5

Browse files
committed
wip
1 parent e118e38 commit 45df7b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/models/CodeServer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export class CodeServer {
7070

7171
// Make sure everything is laoded
7272
await this.page.waitForLoadState("load")
73+
await this.page.waitForTimeout(1500)
7374
// Wait for terminal to receive focus
7475
await this.page.waitForSelector("div.terminal.xterm.focus")
7576
// Sometimes the terminal reloads

0 commit comments

Comments
 (0)