Skip to content

Commit dd21c10

Browse files
committed
wip
1 parent 1e683f3 commit dd21c10

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
@@ -63,6 +63,7 @@ export class CodeServer {
6363
const isTerminalVisible = await this.page.isVisible("#terminal")
6464
if (isTerminalVisible) {
6565
await this.page.keyboard.press(`Control+Backquote`)
66+
// TODO fix this
6667
// Wait for terminal to receive focus
6768
await this.page.waitForSelector("div.terminal.xterm.focus")
6869
// Sometimes the terminal reloads

0 commit comments

Comments
 (0)