Skip to content
Snippets Groups Projects

Resolve Trial registration test failures of ActionController::InvalidAuthenticityToken

All threads resolved!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -15,8 +15,9 @@ def user_signs_in
fill_in 'Password', with: new_password
click_button 'Sign in'
wait_for_all_requests
click_button 'Sign in'
end
def expect_to_see_account_confirmation_page
Loading