mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-09 16:00:59 +00:00
Follow the Provider & Models heading rename in the activation journey
The license-activation journey (env-gated, skipped without activation credentials) still asserted the retired Assistant & Patrol heading on /settings/system-ai; the panel renders Provider & Models now, per settingsHeaderMeta. Copy-only alignment; the journey itself still needs a live activation environment to run.
This commit is contained in:
parent
e29c28505d
commit
2fdc582607
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ test.describe.serial("V6 license activation flow", () => {
|
|||
|
||||
await page.goto("/settings/system-ai");
|
||||
await expect(
|
||||
page.getByRole("heading", { name: "Assistant & Patrol" }).first(),
|
||||
page.getByRole("heading", { name: "Provider & Models" }).first(),
|
||||
).toBeVisible();
|
||||
|
||||
const preSettingsRes = await apiRequest(page, "/api/settings/ai");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue