diff --git a/test/e2e/models/CodeServer.ts b/test/e2e/models/CodeServer.ts index 7dc2bd9a..57266c83 100644 --- a/test/e2e/models/CodeServer.ts +++ b/test/e2e/models/CodeServer.ts @@ -63,6 +63,7 @@ export class CodeServer { const isTerminalVisible = await this.page.isVisible("#terminal") if (isTerminalVisible) { await this.page.keyboard.press(`Control+Backquote`) + // TODO fix this // Wait for terminal to receive focus await this.page.waitForSelector("div.terminal.xterm.focus") // Sometimes the terminal reloads