diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-06-11 13:50:38 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-06-30 00:41:11 +0200 |
commit | 3da9064f9df9b09c4351bb28255afcbc96156a26 (patch) | |
tree | 784c660fb6a65a5596d8415ebb3e4f74c2c36be6 /build | |
parent | 13818005a3a5b3c6f296810eca64053722a35899 (diff) | |
download | nextcloud-server-3da9064f9df9b09c4351bb28255afcbc96156a26.tar.gz nextcloud-server-3da9064f9df9b09c4351bb28255afcbc96156a26.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 |