Use title case consistently for nav tab labels

This commit is contained in:
Andy Allan 2025-02-15 16:48:04 +00:00
parent aebacc88de
commit 2edceb4b61
4 changed files with 16 additions and 7 deletions

View file

@ -79,7 +79,9 @@ class UserSignupTest < ApplicationSystemTestCase
test "Sign up from login page" do
visit login_path
click_on "Sign up"
within_content_heading do
click_on "Sign Up"
end
within_content_body do
assert_content "Confirm Password"