Skip to content

Commit

Permalink
Undo bootstrap4 class that got in from cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Jan 8, 2018
1 parent f7483fb commit f1f43c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/search_filters_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
skip("Test passes locally but not on Travis.") if ENV['TRAVIS']
visit root_path
within(".blacklight-subject_topic_facet") do
find(".card-header").click
find(".panel-heading").click
expect(page).to have_selector(".panel-collapse", :visible => true)
end
within(".blacklight-subject_topic_facet") do
Expand Down

0 comments on commit f1f43c5

Please sign in to comment.