From 2616a50f908b8ccf1f03fe05e2432f37b168af73 Mon Sep 17 00:00:00 2001 From: Nick Budak Date: Mon, 22 Apr 2024 14:23:59 -0700 Subject: [PATCH] Skip flappy geo viewer spec This marks a geo viewer spec that was intermittently failing as pending while the underlying issue can be investigated. See https://github.com/sul-dlss/sul-embed/issues/2141 --- spec/features/geo_viewer_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/geo_viewer_spec.rb b/spec/features/geo_viewer_spec.rb index 7c4193522..1c8864911 100644 --- a/spec/features/geo_viewer_spec.rb +++ b/spec/features/geo_viewer_spec.rb @@ -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