summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
m---------users/app/assets/javascripts/srp0
-rw-r--r--users/test/integration/browser/account_test.rb3
2 files changed, 1 insertions, 2 deletions
diff --git a/users/app/assets/javascripts/srp b/users/app/assets/javascripts/srp
-Subproject 926a5d5960db51903e33c8496487da59f9f4124
+Subproject 9c61d52f1f975ec0eefe5b4a0b71ac529300cbe
diff --git a/users/test/integration/browser/account_test.rb b/users/test/integration/browser/account_test.rb
index a112430..4fff637 100644
--- a/users/test/integration/browser/account_test.rb
+++ b/users/test/integration/browser/account_test.rb
@@ -12,8 +12,7 @@ class AccountTest < BrowserIntegrationTest
fill_in 'Password', with: password
fill_in 'Password confirmation', with: password
click_on 'Sign Up'
- assert page.has_content?("Welcome #{username}"),
- "failed to verify server. expected M2: #{page.evaluate_script("srp.session.getM2();")}"
+ assert page.has_content?("Welcome #{username}")
click_on 'Logout'
assert_equal '/', current_path
end