We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e683f3 commit dd21c10Copy full SHA for dd21c10
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