Use title case consistently for nav tab labels
This commit is contained in:
parent
aebacc88de
commit
2edceb4b61
4 changed files with 16 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue