Skip to content

Commit

Permalink
fix: prevent error in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Sep 22, 2023
1 parent db6daad commit 47cb3fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe('<AddressGroupComponent />', () => {
.and('have.value', 'Canada')
.click()
.find('cds-combo-box-item[data-id="US"]')
.click()
.click({ force: true }) // Prevent error in the workflow
.and('have.value', 'United States of America')

cy.wait('@getStates')
Expand Down

0 comments on commit 47cb3fa

Please sign in to comment.