test(web): CT-Automation job shell route test expects missing create panel selector #283

Open
opened 2026-05-30 21:08:51 +00:00 by simon · 0 comments
Owner

While validating a certificate tracking fix, I found an unrelated unit-test failure that reproduces on main.\n\nCommand run on main:\n\npnpm --filter web exec node --experimental-strip-types --test lib/automation/ct-automation-job-shell.test.mjs lib/legal-notice.test.mjs\n\nFailure:\n\nlib/automation/ct-automation-job-shell.test.mjs:84, test 'CT-Automation jobs area is routed, navigable, and browser-safe' expects data-testid="ct-automation-create-panel" in apps/web/app/(dashboard)/automation/jobs/ct-automation-jobs-client.tsx, but the selector is not present.\n\nImpact: full web unit validation reports failure on main, making unrelated changes harder to validate.\n\nSuggested fix: either restore the expected stable selector on the create job panel or update the test if the UI structure intentionally changed.

While validating a certificate tracking fix, I found an unrelated unit-test failure that reproduces on main.\n\nCommand run on main:\n\npnpm --filter web exec node --experimental-strip-types --test lib/automation/ct-automation-job-shell.test.mjs lib/legal-notice.test.mjs\n\nFailure:\n\nlib/automation/ct-automation-job-shell.test.mjs:84, test 'CT-Automation jobs area is routed, navigable, and browser-safe' expects data-testid="ct-automation-create-panel" in apps/web/app/(dashboard)/automation/jobs/ct-automation-jobs-client.tsx, but the selector is not present.\n\nImpact: full web unit validation reports failure on main, making unrelated changes harder to validate.\n\nSuggested fix: either restore the expected stable selector on the create job panel or update the test if the UI structure intentionally changed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carrtech/ct-ops#283
No description provided.