mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 22:37:29 +00:00
fix(web): update Credential Sharing e2e assertion to new CLI example
The page band flipped from coming-soon to available, replacing the old `logicsrc credentials plan --from env --to railway` example. Point the e2e check at the stable `logicsrc credentials providers` line instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
1276a3c505
commit
152cc444ae
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ test.describe("LogicSRC PWA", () => {
|
|||
await expect(page.getByRole("heading", { name: "Doppler", exact: true })).toBeVisible();
|
||||
await expect(page.getByRole("heading", { name: "Railway", exact: true })).toBeVisible();
|
||||
await expect(page.getByRole("heading", { name: "GitHub Secrets", exact: true })).toBeVisible();
|
||||
await expect(page.getByText("logicsrc credentials plan --from env --to railway")).toBeVisible();
|
||||
await expect(page.getByText("logicsrc credentials providers")).toBeVisible();
|
||||
});
|
||||
|
||||
test("renders top-level docs and legal route targets", async ({ page }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue