diff options
author | Azul <azul@leap.se> | 2013-07-14 16:19:32 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-07-14 16:19:32 +0200 |
commit | 740813d8350290c176c1b0d0cfe3ac80aee1b420 (patch) | |
tree | 5225509f9dc27a5762b7b838dcdf612fe7a496f5 | |
parent | 374eb7bd3f369cba946d4b8002cd51a499aef32a (diff) |
we do not expose M2 in srp.js anymore.
So there is no way to print it. This message used to be correct but there are also other things that can cause this to fail now. So let's just remove it.
m--------- | users/app/assets/javascripts/srp | 0 | ||||
-rw-r--r-- | users/test/integration/browser/account_test.rb | 3 |
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 |