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

@ -5,7 +5,10 @@ class IssuesTest < ApplicationSystemTestCase
def test_view_issues_not_logged_in
visit issues_path
assert_content "Log in"
within_content_heading do
assert_content "Log In"
end
end
def test_view_issues_normal_user