Skip to content

Commit 152cc44

Browse files
ralyodioclaude
andcommitted
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>
1 parent 1276a3c commit 152cc44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/logicsrc-web/e2e/logicsrc.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test.describe("LogicSRC PWA", () => {
2121
await expect(page.getByRole("heading", { name: "Doppler", exact: true })).toBeVisible();
2222
await expect(page.getByRole("heading", { name: "Railway", exact: true })).toBeVisible();
2323
await expect(page.getByRole("heading", { name: "GitHub Secrets", exact: true })).toBeVisible();
24-
await expect(page.getByText("logicsrc credentials plan --from env --to railway")).toBeVisible();
24+
await expect(page.getByText("logicsrc credentials providers")).toBeVisible();
2525
});
2626

2727
test("renders top-level docs and legal route targets", async ({ page }) => {

0 commit comments

Comments
 (0)