Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Aug 14, 2023
1 parent 1941b74 commit d31fe31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/support/capybara_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ def with_mq_beta_scores
within '.mq-beta-scores' do
click_on 'BETA'
end
within '.modal-content' do
click_on 'Proceed'
end
yield
within '.mq-beta-scores' do
click_on 'Current'
Expand Down

0 comments on commit d31fe31

Please sign in to comment.