From 9da44312767a0ce9ec8f83a4af14ad7cf9b0019d Mon Sep 17 00:00:00 2001 From: Max Kadel Date: Mon, 27 Feb 2023 12:42:55 -0500 Subject: [PATCH] One vendor-reliant test no longer pending - the fa-map-marker is now aria-hidden - The two tests in spec/system/stackmap_spec.rb are still pending --- spec/system/searching_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/system/searching_spec.rb b/spec/system/searching_spec.rb index b1b7b4b96..ea6f3a140 100644 --- a/spec/system/searching_spec.rb +++ b/spec/system/searching_spec.rb @@ -31,8 +31,6 @@ it 'renders an accessible link to the stack map', js: true do visit '/catalog?q=&search_field=all_fields' - # Right now the fa-map-marker selector from the vendor is not aria-hidden - pending('Vendor fixing aria-hidden attribute') expect(page).to have_selector('.fa-map-marker', wait: 5) expect(page).to have_selector('.fa-map-marker[aria-hidden="true"]', wait: 5) end