Skip to content

Commit

Permalink
testfix
Browse files Browse the repository at this point in the history
  • Loading branch information
martyn-w committed Apr 18, 2024
1 parent be6c763 commit f206a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/components/header/navigation_component_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
end

it "renders a dropdown menu for category links" do
expect(page).to have_css("#secondary-navigation > div.category-links > ol.category-links-list > li[id='page-five-category-1-desktop'] > a")
expect(page).to have_css("#secondary-navigation > div.category-links > ol.category-links-list > li[id='page-five-category-2-desktop'] > a")
expect(page).to have_css("#secondary-navigation > div.category-links > ol.category-links-list > li[id='page-five-category-1-desktop'] > button")
expect(page).to have_css("#secondary-navigation > div.category-links > ol.category-links-list > li[id='page-five-category-2-desktop'] > button")
end

it "renders a dropdown menu for page links" do
Expand Down

0 comments on commit f206a34

Please sign in to comment.