We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e118e38 commit 45df7b5Copy full SHA for 45df7b5
test/e2e/models/CodeServer.ts
@@ -70,6 +70,7 @@ export class CodeServer {
70
71
// Make sure everything is laoded
72
await this.page.waitForLoadState("load")
73
+ await this.page.waitForTimeout(1500)
74
// Wait for terminal to receive focus
75
await this.page.waitForSelector("div.terminal.xterm.focus")
76
// Sometimes the terminal reloads
0 commit comments