Commit 74b8254
Changed files (1)
spec
support
pages
spec/support/pages/new_registration_page.rb
@@ -13,7 +13,7 @@ class NewRegistrationPage < PageModel
fill_in "Username", with: username
fill_in "Email", with: email
fill_in "Password", with: password
- check "I Agree" if accept_terms
+ check "I agree to the" if accept_terms
click_button "Register"
end
end