We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59208ec commit d16dfceCopy full SHA for d16dfce
test/e2e/models/CodeServer.ts
@@ -84,7 +84,7 @@ export class CodeServer {
84
85
// Wait for terminal to receive focus
86
// Sometimes the terminal reloads once or twice
87
- // which is why we wati for it to have the focus class
+ // which is why we wait for it to have the focus class
88
await this.page.waitForSelector("div.terminal.xterm.focus")
89
// Sometimes the terminal reloads
90
// which is why we wait for it twice
0 commit comments