Commit d638fd8
committed
fix(tests,docs): AL29 hardcoded count + README screenshot drift
Two pre-GA cleanup fixes surfaced after the visual_regression fix
landed (commit d6c74c6) and unmasked previously-latent failures
downstream in the e2e-full pipeline.
1. tests/e2e/test_admin_limits.cjs (AL29):
- The test hardcoded `if (inputs !== 11)` for the .wl-admin-limit-input
count. Builds 666-668 (2026-05-20, commits d81bf2e/12469f9/c53552e)
added `row_reorder` + `column_reorder` admin caps to the UI's
`fields` array per the DECISION_LOG.md 2026-05-20 row, taking the
legitimate count to 13. AL29 was never updated; the failure was
hidden by visual_regression failing earlier in the workflow.
- Replaced the hardcoded count check with a presence-of-keys assertion
over the 13 known keys, plus a `>= 11` floor on total inputs. This
is robust against future admin-cap additions while still failing
loud if a known key disappears. Matches the broader "test the
OUTCOME, not the mechanism" rule (CLAUDE.md).
2. README.md + docs/SPLUNKBASE_LAUNCH_KIT.md + docs/PUBLIC_FILE_INVENTORY.md:
- README embedded 4 legacy May-6 screenshots while the new
SPLUNKBASE_LISTING_DRAFT.md specified 5 fresh build-669 captures
(May-24). Disjoint filename sets, different UI states.
- Migrated README to the 5 fresh build-669 set. Updated
SPLUNKBASE_LAUNCH_KIT.md §3.4 to match. Refactored
PUBLIC_FILE_INVENTORY.md to split active vs historical sets so the
4 legacy PNGs remain on disk as PRE_PUBLIC_AUDIT.md §Phase F audit
evidence (F-L11 grounding) without confusing readers about which
set is current.
Doc-drift hook PASS (37 docs checked against build 669).1 parent 56425b0 commit d638fd8
4 files changed
Lines changed: 72 additions & 21 deletions
File tree
- docs
- tests/e2e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
292 | 296 | | |
293 | 297 | | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
298 | 314 | | |
299 | 315 | | |
300 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
245 | 248 | | |
246 | 249 | | |
247 | 250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
560 | 568 | | |
561 | 569 | | |
562 | | - | |
563 | | - | |
564 | | - | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
565 | 593 | | |
566 | 594 | | |
567 | 595 | | |
| |||
0 commit comments