Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Nov 14, 2017
1 parent 609e36d commit 717b13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ tests/report/
venv
.idea/workspace.xml
.idea/tasks.xml
.idea/codeStyleSettings.xml
.idea/inspectionProfiles
nextcloudappstore/local_settings.py
*.sqlite3
*.wp[ru]
Expand Down
1 change: 0 additions & 1 deletion nextcloudappstore/core/tests/e2e/test_update_password.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def test_update_pass(self):

self.assertTrue(self.by_css('.alert-success').is_displayed())

self.logout()
self.login(TEST_USER, 'thisisatest')

self.assertTrue(
Expand Down

0 comments on commit 717b13c

Please sign in to comment.