assert_template 'user/new'
assert_equal response.headers['Content-Language'][0..1], localer.to_s[0..1] unless localer == :root
assert_select "div#errorExplanation"
- assert_select "table#loginForm > tr > td > div[class=fieldWithErrors] > input#user_email"
+ assert_select "table#signupForm > tr > td > div[class=fieldWithErrors] > input#user_email"
assert_no_missing_translations
end
end
assert_response :success
assert_template 'user/new'
assert_select "div#errorExplanation"
- assert_select "table#loginForm > tr > td > div[class=fieldWithErrors] > input#user_display_name"
+ assert_select "table#signupForm > tr > td > div[class=fieldWithErrors] > input#user_display_name"
assert_no_missing_translations
end
end