Skip to content

Commit

Permalink
fix: broken cy test
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Jan 29, 2024
1 parent e6b437f commit 8b3d320
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ When(/^the user changes the gender to (.*)/, gender =>
When(/^the user sets Plurality assessed to (.*)/, text =>
cy
.get('[data-test="widget-enrollment-event"]')
.get('[data-test="scope-selector"]').invoke('css', 'z-index', '1')
.get('[data-test="virtualized-select"]')
.eq(4)
.click()
Expand Down

0 comments on commit 8b3d320

Please sign in to comment.