Skip to content

Commit

Permalink
Merge pull request #2142 from sul-dlss/geo-spec
Browse files Browse the repository at this point in the history
Skip flappy geo viewer spec
  • Loading branch information
jcoyne committed Apr 23, 2024
2 parents 577f2e4 + 2616a50 commit 6aab2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/geo_viewer_spec.rb
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 6aab2e4

Please sign in to comment.