Skip to content

Commit

Permalink
Skip flappy geo viewer spec
Browse files Browse the repository at this point in the history
This marks a geo viewer spec that was intermittently failing as
pending while the underlying issue can be investigated.

See #2141
  • Loading branch information
thatbudakguy committed Apr 22, 2024
1 parent 577f2e4 commit 2616a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/geo_viewer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
expect(page).to have_css('#sul-embed-footer-download-all')
end

it 'shows the sidebar with attribute information after map is clicked' do
it 'shows the sidebar with attribute information after map is clicked', skip: 'flappy; see https://github.com/sul-dlss/sul-embed/issues/2141' do
page.driver.browser.action.move_to(find_by_id('sul-embed-geo-map').native).click.perform
using_wait_time 20 do
expect(page).to have_css '.sul-embed-geo-sidebar-header h3', text: 'Features', visible: :all
Expand Down

0 comments on commit 2616a50

Please sign in to comment.