mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-12 07:10:09 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user