diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-25 15:00:56 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-25 15:00:56 -0500 |
| commit | ef00914a4dc5ef1347ca0bf9850157e659d0e654 (patch) | |
| tree | 5c84c09deb2c8392544020d432ffcd0fccde79f2 /tests/gallery-probes/probe.mjs | |
| parent | f2a47add15a75a9f8bde3c6e3bd800cd281aa8bb (diff) | |
| download | archsetup-ef00914a4dc5ef1347ca0bf9850157e659d0e654.tar.gz archsetup-ef00914a4dc5ef1347ca0bf9850157e659d0e654.zip | |
refactor(prototypes): merge casting widgets into Dupre kit
Diffstat (limited to 'tests/gallery-probes/probe.mjs')
| -rw-r--r-- | tests/gallery-probes/probe.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gallery-probes/probe.mjs b/tests/gallery-probes/probe.mjs index 5f56f46..9d230c0 100644 --- a/tests/gallery-probes/probe.mjs +++ b/tests/gallery-probes/probe.mjs @@ -97,7 +97,7 @@ try { // 1. card count (the instruments/row default is checked in 1h) const cards = await evl(`document.querySelectorAll('.card').length`); - ok('111 cards', cards === 111, `got ${cards}`); + ok('112 cards', cards === 112, `got ${cards}`); // 1b. Every card carries a spec sheet. R58 shipped without one and nothing // noticed — the sheet is the card's actual specification, so a card without |
