Skip to content

Commit

Permalink
Attempting to fix Cypress test to cover new step in the user flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jst-cyr committed Mar 12, 2024
1 parent f25b21b commit 6b0fe29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/OutcomeFlow/outcome.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ describe('Outcome Page', () => {
cy.get('[value="xm"]').click();
cy.get('[value="nosecuredpages"]').click();
cy.get('[value="search-no"]').click();
cy.get('[value="xp-connect-none"]').click();
cy.get('[value="scs"]').click();
cy.get('[value="vuejs"]').click();
cy.get('.css-gmuwbf > .chakra-button').click();
Expand Down

0 comments on commit 6b0fe29

Please sign in to comment.