summaryrefslogtreecommitdiff
path: root/users/test/integration
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-08-07 18:09:20 +0200
committerAzul <azul@leap.se>2013-08-08 10:44:33 +0200
commita0b276e4b8ae86dec7deee898e85b65784d89933 (patch)
treeffd47d9ab38f2c17ae7d05d4c6cc084f68573b1b /users/test/integration
parent8e2bff3fb077410fd7facc41e4a460b402e08045 (diff)
close srp vulnerability and report error in webapp
Diffstat (limited to 'users/test/integration')
-rw-r--r--users/test/integration/browser/account_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/test/integration/browser/account_test.rb b/users/test/integration/browser/account_test.rb
index b5776ff..c65c491 100644
--- a/users/test/integration/browser/account_test.rb
+++ b/users/test/integration/browser/account_test.rb
@@ -29,6 +29,7 @@ class AccountTest < BrowserIntegrationTest
inject_malicious_js
click_on 'Log In'
assert !page.has_content?("Welcome")
+ assert page.has_content?("Invalid random key")
end
def inject_malicious_js