fix: Update auto schedule creation
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 3m29s
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:29:33 -06:00
parent 55a7bcc874
commit 33b489d526
4 changed files with 133 additions and 13 deletions

View File

@@ -19,8 +19,8 @@
"state": "passed"
},
{
"name": "should display subtype chips",
"fullName": "MaintenanceScheduleReviewScreen Rendering should display subtype chips",
"name": "should display subtypes in SubtypeCheckboxGroup",
"fullName": "MaintenanceScheduleReviewScreen Rendering should display subtypes in SubtypeCheckboxGroup",
"state": "passed"
},
{
@@ -68,6 +68,26 @@
"fullName": "MaintenanceScheduleReviewScreen Editing should update item data via inline editing",
"state": "passed"
},
{
"name": "should disable create button when selected item has empty subtypes",
"fullName": "MaintenanceScheduleReviewScreen Subtype validation should disable create button when selected item has empty subtypes",
"state": "passed"
},
{
"name": "should enable create button after deselecting item with empty subtypes",
"fullName": "MaintenanceScheduleReviewScreen Subtype validation should enable create button after deselecting item with empty subtypes",
"state": "passed"
},
{
"name": "should show warning alert for items missing subtypes",
"fullName": "MaintenanceScheduleReviewScreen Subtype validation should show warning alert for items missing subtypes",
"state": "passed"
},
{
"name": "should hide warning alert after deselecting items with empty subtypes",
"fullName": "MaintenanceScheduleReviewScreen Subtype validation should hide warning alert after deselecting items with empty subtypes",
"state": "passed"
},
{
"name": "should render in fullscreen mode on mobile viewports",
"fullName": "MaintenanceScheduleReviewScreen Responsive layout should render in fullscreen mode on mobile viewports",