Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-11 14:50:38 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-06-30 08:15:49 +0300
commiteb5e445af4056c4fa6c300e719aac416ca65dfe5 (patch)
tree1615caa4f5ddf7e21329073766f635f2f98268a0 /build
parent4398cf85c121db105a65dede2542f7074c3e76c1 (diff)
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.feature5
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