We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2e4e2 commit df9a7edCopy full SHA for df9a7ed
site/e2e/helpers.ts
@@ -1043,7 +1043,7 @@ export async function openTerminalWindow(
1043
// Wait for the web terminal to open in a new tab
1044
const pagePromise = context.waitForEvent("page");
1045
await page
1046
- .getByRole("button", { name: /temrinal/i })
+ .getByRole("link", { name: /terminal/i })
1047
.click({ timeout: 60_000 });
1048
const terminal = await pagePromise;
1049
await terminal.waitForLoadState("domcontentloaded");
0 commit comments