summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-26 10:51:24 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-07 11:30:37 +0200
commitda583f05fce25a7f2ffadf54509b820bb7bc61e6 (patch)
treef7297714c5af2bddaa1cf8e1af33c2ebdc8ab036 /tests/acceptance/features
parent132597bbd3e3e1633fa83c77c268242d5c59a4f4 (diff)
downloadnextcloud-server-da583f05fce25a7f2ffadf54509b820bb7bc61e6.tar.gz
nextcloud-server-da583f05fce25a7f2ffadf54509b820bb7bc61e6.zip
Allow 0 quota by provisioning api
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'tests/acceptance/features')
-rw-r--r--tests/acceptance/features/users.feature11
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/acceptance/features/users.feature b/tests/acceptance/features/users.feature
index 9bce32a2daa..841c6a4ac09 100644
--- a/tests/acceptance/features/users.feature
+++ b/tests/acceptance/features/users.feature
@@ -112,4 +112,13 @@ Feature: users
# https://github.com/minkphp/MinkSelenium2Driver/pull/244
# When I set the user user0 quota to 1GB
# And I see that the quota cell for user user0 is done loading
- # Then I see that the user quota of user0 is "1 GB" \ No newline at end of file
+ # Then I see that the user quota of user0 is "1 GB"
+ # When I set the user user0 quota to Unlimited
+ # And I see that the quota cell for user user0 is done loading
+ # Then I see that the user quota of user0 is Unlimited
+ # When I set the user user0 quota to 0
+ # And I see that the quota cell for user user0 is done loading
+ # Then I see that the user quota of user0 is "0 B"
+ # When I set the user user0 quota to Default
+ # And I see that the quota cell for user user0 is done loading
+ # Then I see that the user quota of user0 is "Default quota" \ No newline at end of file