fix: Data validation for scheduled maintenance
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 3m24s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 25s
Deploy to Staging / Verify Staging (pull_request) Successful in 8s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 7s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped

This commit is contained in:
Eric Gullickson
2026-02-11 20:47:46 -06:00
parent 33b489d526
commit 59e7f4053a
4 changed files with 98 additions and 6 deletions

View File

@@ -88,6 +88,26 @@
"fullName": "MaintenanceScheduleReviewScreen Subtype validation should hide warning alert after deselecting items with empty subtypes",
"state": "passed"
},
{
"name": "should disable create button when selected item has no intervals",
"fullName": "MaintenanceScheduleReviewScreen Interval validation should disable create button when selected item has no intervals",
"state": "passed"
},
{
"name": "should enable create button after deselecting item with missing intervals",
"fullName": "MaintenanceScheduleReviewScreen Interval validation should enable create button after deselecting item with missing intervals",
"state": "passed"
},
{
"name": "should show warning alert for items missing intervals",
"fullName": "MaintenanceScheduleReviewScreen Interval validation should show warning alert for items missing intervals",
"state": "passed"
},
{
"name": "should enable create button after editing interval on item",
"fullName": "MaintenanceScheduleReviewScreen Interval validation should enable create button after editing interval on item",
"state": "passed"
},
{
"name": "should render in fullscreen mode on mobile viewports",
"fullName": "MaintenanceScheduleReviewScreen Responsive layout should render in fullscreen mode on mobile viewports",