File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 with :
1515 node-version : 26.3.1
1616
17- - name : Install Playwright
18- run : npm run install-chromium
19-
2017 - name : Install dependencies
2118 run : npm ci
2219
20+ - name : Install Playwright
21+ run : npm run install-chromium
22+
2323 - name : Run tests with coverage
2424 run : npm run test:coverage
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ dist/ # Build output (gitignored in dev; published to npm)
100100- Stories live in ` src/stories/ ` ; primary file: ` SmartEdge.stories.tsx ` .
101101- Demo fixtures and ` demoRegistry ` live in ` src/demos/ ` and are shared with the Docusaurus ` <FlowDemo /> ` component.
102102- ` GraphWrapper ` wraps flows with ` data-testid="graph-wrapper" ` .
103- - CI (` .github/workflows/test-ui.yml ` ): Node 26.3.1 → ` install-chromium ` → ` npm ci ` → ` npm run test-storybook ` .
103+ - CI (` .github/workflows/test-ui.yml ` ): Node 26.3.1 → ` npm ci ` → ` install-chromium ` → ` npm run test-storybook ` .
104104
105105When adding behavior, prefer extending existing stories or adding a focused story over introducing a parallel test harness.
106106
You can’t perform that action at this time.
0 commit comments