mirror of
https://github.com/garrytan/gstack.git
synced 2026-07-08 00:58:05 +02:00
test: align section-loading E2E testNames with their TOUCHFILES/TIERS keys
The two section-loading E2E tests (from #1849) declared slash-form testNames ('/ship section-loading') while their E2E_TOUCHFILES and E2E_TIERS keys are hyphenated ('ship-section-loading'). The TOUCHFILES completeness test requires testName === key (the repo convention), so it failed. Hyphenate the two testNames to match their keys; this also fixes tier matching. Describe-block labels stay human-readable. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -74,7 +74,7 @@ describeE2E('/plan-ceo-review section-loading E2E (periodic, SDK capture)', () =
|
||||
'Review the plan in PLAN.md. Hold the current scope (HOLD SCOPE mode) — do not challenge or expand scope. Run the full CEO review and produce the review report.',
|
||||
requiredSections: REQUIRED_SECTIONS,
|
||||
reportMarker: /GSTACK REVIEW REPORT|COMPLETION SUMMARY|review/i,
|
||||
testName: '/plan-ceo-review section-loading',
|
||||
testName: 'plan-ceo-section-loading',
|
||||
runId,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user