syntaxai/tdd.md · commit 3cbd955

Smoke: expect SAMA in homepage title, not tdd.md

The SAMA pivot retitled / to "SAMA — the architectural standard
for AI-agent codebases", but the editor-flow smoke still asserted
/tdd\.md/i. Update the regex so the suite catches real regressions
again.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
author
syntaxai <[email protected]>
date
2026-05-22 09:04:54 +01:00
parent
7854dd9
commit
3cbd9550a09617f853769837b027d15b631f9bca

1 file changed · +1 −1

modified e2e/editor-flow.spec.ts +1 −1
@@ -126,7 +126,7 @@ test.describe("docs site smoke", () => {
126126 test("homepage loads", async ({ page }) => {
127127 const res = await page.goto("/");
128128 expect(res?.status()).toBe(200);
129- await expect(page).toHaveTitle(/tdd\.md/i);
129+ await expect(page).toHaveTitle(/sama/i);
130130 });
131131
132132 test("sama landing loads with docs chrome", async ({ page }) => {