Skip to content

Commit

Permalink
wait for modal to disappear
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronskiba committed Feb 13, 2025
1 parent c73ddde commit 110cf7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/features/modal_search_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@

puts page.all('button').map(&:text) # List all buttons
puts page.all('button').map { |b| [b.text, b.disabled?] }
expect(page).not_to have_css('#modal-search-repositories')
expect(page).to have_button('Save', disabled: false)
click_button 'Save'

Expand Down

0 comments on commit 110cf7e

Please sign in to comment.