Skip to content

Commit ebc06b9

Browse files
test(e2e): fix the @starter-projectss tag typo and document the tag set
Correct the single @starter-projectss -> @starter-projects typo in the extended starter-projects spec, and list the canonical tag set in tests/README so new specs reuse an existing tag instead of inventing variants. Phase 3 (T3). Refs LE-1665
1 parent 65ba7f6 commit ebc06b9

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

src/frontend/tests/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,14 @@ already covers.
2424

2525
Prefer seeding state through `seedFlowViaApi` over rebuilding flows on the
2626
canvas — UI rebuilds are the suite's main CI cost.
27+
28+
## Tags
29+
30+
Specs are tagged (`{ tag: [...] }`) so CI can filter which suites run. Use a tag
31+
that already exists — don't invent variants or introduce typos (e.g.
32+
`@starter-projects`, never `@starter-projectss`). The tags currently in use:
33+
34+
`@release` · `@workspace` · `@api` · `@components` · `@starter-projects` ·
35+
`@database` · `@deployment` · `@a11y` · `@mainpage` · `@features` · `@agents` ·
36+
`@folder` · `@regression` · `@notes` · `@workflow` · `@routes` · `@right-click` ·
37+
`@dropdown`

src/frontend/tests/extended/features/starter-projects.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { awaitBootstrapTest } from "../../utils/await-bootstrap-test";
44

55
test(
66
"user must be able to interact with starter projects",
7-
{ tag: ["@release", "@starter-projectss"] },
7+
{ tag: ["@release", "@starter-projects"] },
88
async ({ page, context }) => {
99
await awaitBootstrapTest(page);
1010

0 commit comments

Comments
 (0)