Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
- component markup has changed slightly
  • Loading branch information
andysellick committed Jan 7, 2025
1 parent 9a01a9f commit aa230d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/manual_section_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ManualSectionTest < ActionDispatch::IntegrationTest
test "renders document heading" do
setup_and_visit_manual_section

within "#manual-title.govuk-heading-l" do
within "#manual-title .govuk-heading-l" do
assert page.has_text?(@manual["title"])
end
end
Expand Down

0 comments on commit aa230d5

Please sign in to comment.