diff --git a/.github/workflows/automation-prod.yml b/.github/workflows/automation-prod.yml index cfe224e8..9af2c5ac 100644 --- a/.github/workflows/automation-prod.yml +++ b/.github/workflows/automation-prod.yml @@ -18,4 +18,4 @@ jobs: uses: cypress-io/github-action@v4 with: env: youth_pass_url=https://mbta.prod.simpligov.com/prod/portal/ShowWorkFlow/AnonymousEmbed/e5e2dba6-5424-48d6-80d9-16a27e0fdd84,senior_url=https://mbta.prod.simpligov.com/prod/portal/ShowWorkFlow/AnonymousEmbed/fc6ff5b0-f3bd-436d-8201-b6a4b98bc7fa - spec: cypress/automated-tests/youth-pass/address-section-required-fields.cy.js,cypress/automated-tests/youth-pass/eligibility-checker-blockers.cy.js,cypress/automated-tests/youth-pass/file-type-upload.cy.js,cypress/automated-tests/youth-pass/personal-contact-sections-required-fields.cy.js,cypress/automated-tests/youth-pass/successful-youth-pass-submission.cy.js,cypress/automated-tests/senior/birth-date-validation.cy.js,cypress/automated-tests/senior/required-fields.cy.js + spec: cypress/automated-tests/senior/birth-date-validation.cy.js,cypress/automated-tests/senior/required-fields.cy.js,cypress/automated-test/youth-pass/retired.cy.js