summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorankonym <ankonym@gmail.com>2015-08-19 13:58:02 +0200
committerankonym <ankonym@gmail.com>2015-09-28 15:12:45 +0200
commit35494972411d4649ed8e81e24b6ec3f8734f5529 (patch)
tree6592f22b33416c3974002f1f73657f9ba18b764f /test
parent8b5665b857edc460ef6105c3ba0f106dd99a25d5 (diff)
Remove change password browser test
Remove the change password test because the change password functionality is currently unused - however, it breaks with the new invite code field in the signup form.
Diffstat (limited to 'test')
-rw-r--r--test/integration/browser/account_test.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/integration/browser/account_test.rb b/test/integration/browser/account_test.rb
index aea5406..34eb72e 100644
--- a/test/integration/browser/account_test.rb
+++ b/test/integration/browser/account_test.rb
@@ -81,21 +81,6 @@ class AccountTest < BrowserIntegrationTest
end
end
- test "change password" do
- with_config user_actions: ['change_password'] do
- login
- click_on "Account Settings"
- within('#update_login_and_password') do
- fill_in 'Password', with: "other password"
- fill_in 'Password confirmation', with: "other password"
- click_on 'Save'
- end
- click_on 'Log Out'
- attempt_login(@user.login, "other password")
- assert page.has_content?("Welcome #{@user.login}")
- end
- end
-
test "change pgp key" do
with_config user_actions: ['change_pgp_key'] do
pgp_key = FactoryGirl.build :pgp_key