Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion frontend/workspace/e2e/session.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion frontend/workspace/e2e/workspace-consistency.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down