Skip to content

try double quoted string #8974

try double quoted string

try double quoted string #8974

Triggered via push December 11, 2024 23:25
Status Failure
Total duration 34m 1s
Artifacts 1

deploy.yml

on: push
Matrix: A11y Tests
Matrix: Cypress Tests
Fit to window
Zoom out
Zoom in

Annotations

34 errors, 97 warnings, and 2 notices
Unit Test: services/app-api/notification/createUserNotifications.test.js#L25
Error: expect(received).toEqual(expected) // deep equality Expected: {"body": {"insertedCount": 0, "message": "No active user-targeted system notifications to sync."}, "statusCode": 200} Received: undefined at Object.<anonymous> (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/notification/createUserNotifications.test.js:25:20)
Unit Test: services/app-api/notification/createUserNotifications.test.js#L53
Error: expect(received).toEqual(expected) // deep equality Expected: {"body": {"insertedCount": 1, "message": "User notifications synced successfully."}, "statusCode": 200} Received: undefined at Object.<anonymous> (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/notification/createUserNotifications.test.js:53:20)
Unit Test: services/app-api/notification/createUserNotifications.test.js#L81
Error: expect(received).toEqual(expected) // deep equality Expected: {"body": {"insertedCount": 0, "message": "User notifications synced successfully."}, "statusCode": 200} Received: undefined at Object.<anonymous> (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/notification/createUserNotifications.test.js:81:20)
Unit Test: services/app-api/notification/createUserNotifications.test.js#L204
Error: expect(received).rejects.toThrow() Matcher error: received value must be a promise or a function returning a promise Received has value: undefined at Object.toThrow (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/expect/build/index.js:204:13) at Object.<anonymous> (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/notification/createUserNotifications.test.js:93:63) at Promise.then.completed (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-runner/build/runTest.js:444:34)
Unit Test: services/app-api/utils/actionDelegate.test.js#L87
Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 Array [ "Withdraw Package", + "Upload Subsequent Documents", "Withdraw Formal RAI Response", ] at Object.<anonymous> (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/utils/actionDelegate.test.js:87:21) at Promise.then.completed (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-runner/build/runTest.js:444:34)
Unit Test: services/app-api/notification/getActiveUserNotifications.test.js#L174
Error: expect(received).resolves.toStrictEqual(expected) // deep equality Expected: {"body": [{"dismissed": false, "header": "User Notification 1", "pk": "USER#12345", "sk": "NOTIFICATION#1"}, {"dismissed": false, "header": "User Notification 2", "pk": "USER#12345", "sk": "NOTIFICATION#2"}], "statusCode": 200} Received: [{"dismissed": false, "header": "User Notification 1", "pk": "USER#12345", "sk": "NOTIFICATION#1"}, {"dismissed": false, "header": "User Notification 2", "pk": "USER#12345", "sk": "NOTIFICATION#2"}] at Object.toStrictEqual (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/expect/build/index.js:174:22) at Object.<anonymous> (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/notification/getActiveUserNotifications.test.js:41:97) at Promise.then.completed (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-runner/build/runTest.js:444:34)
Unit Test: services/app-api/notification/getActiveUserNotifications.test.js#L174
Error: expect(received).resolves.toStrictEqual(expected) // deep equality Expected: {"body": [], "statusCode": 200} Received: [] at Object.toStrictEqual (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/expect/build/index.js:174:22) at Object.<anonymous> (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/notification/getActiveUserNotifications.test.js:50:97) at Promise.then.completed (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-runner/build/runTest.js:444:34)
Unit Test: services/app-api/form/submitWaiverExtensionT.test.js#L80
Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 @@ -1,7 +1,7 @@ Object { - "body": "{\"error\":\"Unexpected token i in JSON at position 0\"}", + "body": "{\"error\":\"Unexpected token 'i', \\\"invalidJson\\\" is not valid JSON\"}", "headers": Object { "Access-Control-Allow-Credentials": true, "Access-Control-Allow-Origin": "*", }, "statusCode": 500, at Object.<anonymous> (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/form/submitWaiverExtensionT.test.js:80:18)
Unit Test: services/app-api/notification/getActiveSystemNotifications.test.js#L1
Error: expect(received).resolves.toStrictEqual(expected) // deep equality Expected: {"body": [{"GSI1pk": "SYSTEM", "GSI1sk": "2024-01-01T00:00:00Z#2025-01-01T00:00:00Z", "header": "System Notification 1"}, {"GSI1pk": "SYSTEM", "GSI1sk": "2024-06-01T00:00:00Z#2025-06-01T00:00:00Z", "header": "System Notification 2"}], "statusCode": "200"} Received: [{"GSI1pk": "SYSTEM", "GSI1sk": "2024-01-01T00:00:00Z#2025-01-01T00:00:00Z", "header": "System Notification 1"}, {"GSI1pk": "SYSTEM", "GSI1sk": "2024-06-01T00:00:00Z#2025-06-01T00:00:00Z", "header": "System Notification 2"}] at Object.toStrictEqual (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/expect/build/index.js:174:22) at Object.<anonymous> (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/notification/getActiveSystemNotifications.test.js:38:94) at Promise.then.completed (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-runner/build/runTest.js:444:34)
Unit Test: services/app-api/notification/getActiveSystemNotifications.test.js#L174
Error: expect(received).resolves.toStrictEqual(expected) // deep equality Expected: {"body": [], "statusCode": "200"} Received: [] at Object.toStrictEqual (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/expect/build/index.js:174:22) at Object.<anonymous> (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/notification/getActiveSystemNotifications.test.js:48:94) at Promise.then.completed (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/macpro-onemac/macpro-onemac/services/app-api/node_modules/jest-runner/build/runTest.js:444:34)
A11y Tests (spaTypePage)
Cypress tests: 1 failed
Cypress Tests (Profile_View_State_System_Admin.spec.feature)
Cypress tests: 1 failed
Cypress Tests (Profile_View_CMS_System_Admin.spec.feature)
Cypress tests: 1 failed
A11y Tests (PackageCHIPSPAPage)
Cypress tests: 1 failed
Cypress Tests (Profile_View_Helpdesk_User.spec.feature)
Cypress tests: 1 failed
Cypress Tests (Temporary_Extension_1915c_Form.spec.feature)
Cypress tests: 1 failed
Cypress Tests (Profile_View_CMS_Approver.spec.feature)
Cypress tests: 1 failed
Cypress Tests (Chip_SPA_Form.spec.feature)
Cypress tests: 1 failed
Cypress Tests (Request_A_Role_Change.spec.feature)
Cypress tests: 1 failed
Cypress Tests (Package_Details_CHIP_SPA_State_User.spec.feature)
Cypress tests: 1 failed
Cypress Tests (FFS_Selective_Waiver_Form_Logic.spec.feature)
Cypress tests: 1 failed
Cypress Tests (Medicaid_SPA_Form.spec.feature)
Cypress tests: 2 failed
Cypress Tests (Subsequent_Submission_Medicaid_Spa.spec.feature)
Cypress tests: 4 failed
Cypress Tests (Subsequent_Submission_CHIP_Spa.spec.feature)
Cypress tests: 4 failed
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Deploy
Skip setting environment url as environment 'pentest-31462' may contain secret.
Configure
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (PackageInitialWaiverPage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (manageProfilePage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (homePage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (submissionType)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (packagePageWaivers)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Profile_View_State_Submitter.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (dashboardPage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (faqPage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (PackageWaiverAmendmentPage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (CMS_Read_Only_View.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (RequestRoleChangePage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Approved_Actions.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (packagePageSpas)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_AppK_RAI_Response.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Waiver_Renewal_RAI_Response.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Column_Picker_Waiver_CMS.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Profile_View_CMS_User_Denied.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Profile_View_Mixed_Case_Emails.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Home_Page.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Appendix_K_Form.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Filter_By_State.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Withdraw_Package_Form_CHIP_SPA.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Column_Picker_SPA_State.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_CHIP_SPA_RAI_Response.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Filter_CMS.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Profile_View_CMS_User_Revoked.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Column_Picker_Waiver_State.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Column_Picker_SPA_CMS.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Filter_options_that_include_Dates.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Under_Review_Actions.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Medicaid_SPA_RAI_Response.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Tabs.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Comprehensive_Capitated_1915b_Waiver_Form_Logic.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_No_Action_Packages.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Filter_options_that_include_Dates_CMS.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (SPA_Form_Logic.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Waiver_Amendment_RAI_Response.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Withdraw_Package_Form_App_K_Amendment.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Filter.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Withdraw_Package_Form_Waiver_Amendment.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (PackageAppendixKPage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Initial_Waiver_RAI_Response.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Withdraw_Package_Form_Waiver_Renewal.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Withdraw_Package_Form_Medicaid_SPA.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (PackageWaiverActionTypePage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_RAI_Issued_Actions.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (PackageWaiverRenewalPage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Withdraw_Package_Form_Initial_Waiver.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Dashboard_Search_Bar.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (PackageRequestTempExtentionPage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_Waiver_Amendment_CMS_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_Medicaid_SPA_State_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_Initial_Waiver_CMS_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_Appendix_K_CMS_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (FFS_Selective_Waiver_Amendment_Form.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (FFS_Selective_Initial_Waiver_Form.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Comprehensive_Capitated_1915b_Initial_Waiver_Form.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (FAQ_Page.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_CHIP_SPA_CMS_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_Medicaid_SPA_CMS_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_Initial_Waiver_State_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_Appendix_K_State_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (PackageMedicaidSpaPage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_Renewal_Waiver_CMS_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (spaTypePage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Profile_View_State_System_Admin.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Profile_View_CMS_System_Admin.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Temporary_Extension_1915b_Form.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Request_A_Role_Change_As_CMS_Read_Only.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
A11y Tests (PackageCHIPSPAPage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Profile_View_Helpdesk_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Temporary_Extension_1915c_Form.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Profile_View_CMS_Approver.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_Temporary_Extension_CMS_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Chip_SPA_Form.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_Temporary_Extension_State_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Request_A_Role_Change.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (FFS_Selective_Waiver_Renewal_Form.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_CHIP_SPA_State_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_Waiver_Amendment_State_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Package_Details_Renewal_Waiver_State_User.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Comprehensive_Capitated_1915b_Waiver_Renewal_Form.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (FFS_Selective_Waiver_Form_Logic.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Comprehensive_Capitated_1915b_Waiver_Amendment_Form.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Medicaid_SPA_Form.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Subsequent_Submission_1915b_Amendment_Waiver.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Subsequent_Submission_Initial_Waiver.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Subsequent_Submission_Medicaid_Spa.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Subsequent_Submission_CHIP_Spa.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Subsequent_Submission_1915c_Appendix_K.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress Tests (Subsequent_Submission_Renewal_Waiver.spec.feature)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "cypress-screenshots". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Deploy
Endpoint URL - https://d1qcvu24747qjj.cloudfront.net
Configure
Endpoint URL - https://d1qcvu24747qjj.cloudfront.net

Artifacts

Produced during runtime
Name Size
cypress-screenshots
14.2 MB