Skip to content

Commit

Permalink
Update service_manual_phase_label_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-kirwan committed Mar 21, 2024
1 parent a726b67 commit 9dc9a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/service_manual_phase_label_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ServiceManualPhaseLabelTest < ActionDispatch::IntegrationTest
stub_content_store_has_item(guide["base_path"], guide)
visit guide["base_path"]

assert_text("ALPHA")
assert_text("alpha")
end

test "No phase label is displayed for a guide without a phase field" do
Expand Down

0 comments on commit 9dc9a2a

Please sign in to comment.