Skip to content

Commit d16dfce

Browse files
authored
Update test/e2e/models/CodeServer.ts
1 parent 59208ec commit d16dfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/models/CodeServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class CodeServer {
8484

8585
// Wait for terminal to receive focus
8686
// Sometimes the terminal reloads once or twice
87-
// which is why we wati for it to have the focus class
87+
// which is why we wait for it to have the focus class
8888
await this.page.waitForSelector("div.terminal.xterm.focus")
8989
// Sometimes the terminal reloads
9090
// which is why we wait for it twice

0 commit comments

Comments
 (0)