diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-06-11 13:50:38 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2021-06-30 05:15:49 +0000 |
commit | eb5e445af4056c4fa6c300e719aac416ca65dfe5 (patch) | |
tree | 1615caa4f5ddf7e21329073766f635f2f98268a0 /build | |
parent | 4398cf85c121db105a65dede2542f7074c3e76c1 (diff) | |
download | nextcloud-server-eb5e445af4056c4fa6c300e719aac416ca65dfe5.tar.gz nextcloud-server-eb5e445af4056c4fa6c300e719aac416ca65dfe5.zip |
prov api reports multiple mail as editable field
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/provisioning-v1.feature | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature index dec6d2213e3..d2870e34d48 100644 --- a/build/integration/features/provisioning-v1.feature +++ b/build/integration/features/provisioning-v1.feature @@ -62,6 +62,7 @@ Feature: provisioning Then user "brand-new-user" has editable fields | displayname | | email | + | additional_mail | | phone | | address | | website | @@ -70,6 +71,7 @@ Feature: provisioning Then user "brand-new-user" has editable fields | displayname | | email | + | additional_mail | | phone | | address | | website | @@ -77,6 +79,7 @@ Feature: provisioning Then user "self" has editable fields | displayname | | email | + | additional_mail | | phone | | address | | website | @@ -233,7 +236,7 @@ Feature: provisioning And group "new-group" exists And group "new-group" has | displayname | new-group | - + Scenario: Create a group with custom display name Given As an "admin" And group "new-group" does not exist |