Skip to content

Commit

Permalink
What can I get away with
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-steve committed Dec 12, 2024
1 parent 8a8ddb1 commit 8d7f9b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/features/autocomplete_typeahead_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@
# Open the multi-image selector and choose the last one
click_link('Change')

expect(page).to have_css('.thumbs-list li a img', count: 2)
find('.thumbs-list li:last-child').click
sleep 2
sleep 1
expect(page).to have_css('.leaflet-container', visible: true)

click_button 'Save changes'
sleep 2
sleep 1

expect(page).to have_content('The exhibit was successfully updated.')

Expand Down

0 comments on commit 8d7f9b7

Please sign in to comment.