Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
- markup for heading component has changed in latest version
  • Loading branch information
andysellick committed Jan 8, 2025
1 parent 01ceea5 commit 977b3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/edition_edit_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ class EditionEditTest < IntegrationTest
end

should "show 'Metadata' header and an update button" do
within :css, "h2.gem-c-heading" do
within :css, ".gem-c-heading h2" do
assert page.has_text?("Edit")
end
assert page.has_button?("Save")
Expand Down

0 comments on commit 977b3f9

Please sign in to comment.