We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d6823 commit 5816434Copy full SHA for 5816434
test/e2e/models/CodeServer.ts
@@ -63,6 +63,7 @@ export class CodeServer {
63
const isTerminalVisible = await this.page.isVisible("#terminal")
64
if (isTerminalVisible) {
65
await this.page.keyboard.press(`Control+Backquote`)
66
+ // TODO fix this
67
// Wait for terminal to receive focus
68
await this.page.waitForSelector("div.terminal.xterm.focus")
69
// Sometimes the terminal reloads
0 commit comments