Skip to content

Commit

Permalink
One vendor-reliant test no longer pending
Browse files Browse the repository at this point in the history
- the fa-map-marker is now aria-hidden
- The two tests in spec/system/stackmap_spec.rb are still pending
  • Loading branch information
maxkadel committed Feb 27, 2023
1 parent 67b9dc9 commit 9da4431
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/system/searching_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9da4431

Please sign in to comment.