Skip to content

Commit df9a7ed

Browse files
committed
Fix selector
1 parent 9d2e4e2 commit df9a7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ export async function openTerminalWindow(
10431043
// Wait for the web terminal to open in a new tab
10441044
const pagePromise = context.waitForEvent("page");
10451045
await page
1046-
.getByRole("button", { name: /temrinal/i })
1046+
.getByRole("link", { name: /terminal/i })
10471047
.click({ timeout: 60_000 });
10481048
const terminal = await pagePromise;
10491049
await terminal.waitForLoadState("domcontentloaded");

0 commit comments

Comments
 (0)