Skip to content

Commit 717b13c

Browse files
author
Bernhard Posselt
committed
fix test
1 parent 609e36d commit 717b13c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ tests/report/
1313
venv
1414
.idea/workspace.xml
1515
.idea/tasks.xml
16+
.idea/codeStyleSettings.xml
17+
.idea/inspectionProfiles
1618
nextcloudappstore/local_settings.py
1719
*.sqlite3
1820
*.wp[ru]

nextcloudappstore/core/tests/e2e/test_update_password.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def test_update_pass(self):
2222

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

25-
self.logout()
2625
self.login(TEST_USER, 'thisisatest')
2726

2827
self.assertTrue(

0 commit comments

Comments
 (0)