Skip to content

Commit

Permalink
Fix test for country view
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski committed Nov 9, 2023
1 parent e2dd42f commit 2ffc330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/CopyStateLinkButton.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ describe('<CopyStateLinkButton />', () => {

cy.get('.MuiSlider-track + span > input').invoke('attr', 'value', 12);

cy.get('button').contains(/Accept/i).should('be.visible').click()

cy.contains(/COPY LINK TO/i)
.should('be.visible')
.focus()
Expand Down

0 comments on commit 2ffc330

Please sign in to comment.