diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-02-27 18:48:14 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-02-28 11:17:39 +0100 |
commit | 907234fde289debed7aa01f589b4811ef187f5a3 (patch) | |
tree | 298d0f006a1a33b4c8539da03bd73e2e597a3091 /tests/acceptance/features/login.feature | |
parent | 8af3b5d3771417495226228cbee4394cc622d001 (diff) | |
download | nextcloud-server-907234fde289debed7aa01f589b4811ef187f5a3.tar.gz nextcloud-server-907234fde289debed7aa01f589b4811ef187f5a3.zip |
Fix acceptance tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'tests/acceptance/features/login.feature')
-rw-r--r-- | tests/acceptance/features/login.feature | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/acceptance/features/login.feature b/tests/acceptance/features/login.feature index e414209206e..3db8c4945ec 100644 --- a/tests/acceptance/features/login.feature +++ b/tests/acceptance/features/login.feature @@ -35,6 +35,8 @@ Feature: login When I act as Jane And I am logged in as the admin And I open the User settings + And I click the New user button + And I see that the new user form is shown And I create user unknownUser with password 123456acb And I see that the list of users contains the user unknownUser And I act as John |