diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-09 15:37:35 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-16 09:50:23 +0200 |
commit | e45147d7d623dc9d57e817dd5d625faa7f11ab3b (patch) | |
tree | 833114477d72d41fbe00f3e0a1a328c5c156c7e3 /tests | |
parent | a30eacccbf04863c43492002f9f51fc1967cbfaa (diff) | |
download | nextcloud-server-e45147d7d623dc9d57e817dd5d625faa7f11ab3b.tar.gz nextcloud-server-e45147d7d623dc9d57e817dd5d625faa7f11ab3b.zip |
Fixed router
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/acceptance/features/login.feature | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/acceptance/features/login.feature b/tests/acceptance/features/login.feature index 3db8c4945ec..3a31d3f88bd 100644 --- a/tests/acceptance/features/login.feature +++ b/tests/acceptance/features/login.feature @@ -18,7 +18,6 @@ Feature: login And I am logged in as the admin And I open the User settings And I set the password for user0 to 654321 - And I see that the "Password successfully changed" notification is shown And I act as John And I log in with user user0 and password 654321 Then I see that the current page is the Files app |