Skip to content

Commit de1b98c

Browse files
alicodingclaude
andcommitted
test: update palette-item count for the new trigger-system-event node
Caught by the full Playwright run: adding trigger-system-event (previous commit) makes the canvas palette 26 items, not 25 -- the seed's own presence, correctly reflected. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FYwojT8GdUbYSoggbvEFft
1 parent cb407fa commit de1b98c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

frontend/e2e/composition.spec.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,9 @@ test('Composition page lists built-in workflows; node primitives live in a colla
192192
// process-extract-html, capture-clipboard-info (the save-page
193193
// capture floor + clipboard inspector, docs/adr/0030 / SPEC.md §5) +
194194
// list-search (docs/goals/0011-lists-maturation.md's richer, typed
195-
// successor to list-lookup).
196-
await expect(activePanel(page).getByTestId('palette-item')).toHaveCount(25)
195+
// successor to list-lookup) + trigger-system-event (docs/adr/0035's
196+
// unparked System/meta trigger).
197+
await expect(activePanel(page).getByTestId('palette-item')).toHaveCount(26)
197198
})
198199

199200
test('A new workflow starts with a starter node placed, not a blank canvas', async ({ page }) => {

0 commit comments

Comments
 (0)