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
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-11 14:50:38 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-30 01:41:11 +0300
commit3da9064f9df9b09c4351bb28255afcbc96156a26 (patch)
tree784c660fb6a65a5596d8415ebb3e4f74c2c36be6 /build/integration
parent13818005a3a5b3c6f296810eca64053722a35899 (diff)
prov api reports multiple mail as editable field
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'build/integration')
-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