Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into e2e-require-latest-version
  • Loading branch information
aslilac committed Mar 27, 2024
commit 56390e1907c6067ff2acd61d5ee90a7a192d944b
6 changes: 1 addition & 5 deletions site/e2e/tests/webTerminal.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ test("web terminal", async ({ context, page }) => {
});
const workspaceName = await createWorkspace(page, template);
const agent = await startAgent(page, token);

// Wait for the web terminal to open in a new tab
await page.getByTestId("terminal").click();
const terminal = await context.waitForEvent("page");
await terminal.waitForLoadState("domcontentloaded");
const terminal = await openTerminalWindow(page, context, workspaceName);

await terminal.waitForSelector("div.xterm-rows", {
state: "visible",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.