Chrome cleanup: menu dedup, implicit cloud label, Context optimization section

Account menu drops Automations (sidebar nav has it) and the OpenWorker Cloud suffix.
Token savings + compaction move from Models to a new Settings - Context optimization tab.
Coworkers page loses its duplicate intro line.
This commit is contained in:
Rohit C Prasad
2026-08-20 16:33:36 -07:00
parent 01d6ec6514
commit ff78ea9f35
9 changed files with 29 additions and 28 deletions
+4 -3
View File
@@ -96,13 +96,14 @@ test("Models: Remove key reverts a configured provider", async ({ page }) => {
await expect(page.getByTestId("set-provider-anthropic")).toContainText("Not set up");
});
// Token savings (owner ask 2026-07-17; moved under Models by UX-021): the card renders with
// the PDF fallback segmented control + attach thresholds, and edits POST through.
// Token savings (owner ask 2026-07-17; now under Settings ▸ Context optimization,
// owner 2026-08-21): the card renders with the PDF fallback segmented control +
// attach thresholds, and edits POST through.
test("Settings: Token savings card edits PDF fallback and thresholds", async ({ page }) => {
await page.goto("/");
await page.getByTestId("account-row").click();
await page.getByRole("button", { name: "Settings", exact: true }).click();
await page.getByRole("button", { name: "Models", exact: true }).click();
await page.getByRole("button", { name: "Context optimization", exact: true }).click();
const card = page.getByTestId("token-savings-card");
await expect(card).toBeVisible();