From 1a83197b3ce56f891474d1e5cabac8ca070489e4 Mon Sep 17 00:00:00 2001 From: ishaan1124 Date: Sat, 15 Aug 2026 12:19:47 +0530 Subject: [PATCH] test(workspace): align access mode e2e --- frontend/workspace/e2e/session.spec.ts | 2 +- frontend/workspace/e2e/workspace-consistency.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/workspace/e2e/session.spec.ts b/frontend/workspace/e2e/session.spec.ts index f71ae33f..df0ceb5b 100644 --- a/frontend/workspace/e2e/session.spec.ts +++ b/frontend/workspace/e2e/session.spec.ts @@ -65,7 +65,7 @@ test("research effort persists without changing the model", async ({ page, openS const ultra = page.getByRole("radio", { name: "Ultra", exact: true }) await ultra.click() await expect(ultra).toHaveAttribute("aria-checked", "true") - await expect(research).toHaveAttribute("aria-label", "Research tools, Ultra effort") + await expect(research).toHaveAttribute("aria-label", "Research tools, Ultra effort, Full access") await research.click() await research.click() diff --git a/frontend/workspace/e2e/workspace-consistency.spec.ts b/frontend/workspace/e2e/workspace-consistency.spec.ts index d3249f1b..e6cfe88b 100644 --- a/frontend/workspace/e2e/workspace-consistency.spec.ts +++ b/frontend/workspace/e2e/workspace-consistency.spec.ts @@ -21,7 +21,7 @@ test("keeps Files and Customize labels visually consistent", async ({ page, goto ["Compute", "Add host"], ["Network", "Add domain"], ["Permissions"], - ["Sandbox", "Run self-test"], + ["Sandbox"], ["Credentials"], ["Storage"], ["General", "System"],