diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2024-09-17 21:41:45 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2024-09-17 22:20:36 +0200 |
commit | 26abc86eca7cf6ae95f20e1dc180774d11892aab (patch) | |
tree | c646582f842066e92b8cce3ddc593e3bef0a24b7 /build/integration | |
parent | dc71cb7c3a94eeea69f647f248f3bcbfcecdbe2b (diff) | |
download | nextcloud-server-26abc86eca7cf6ae95f20e1dc180774d11892aab.tar.gz nextcloud-server-26abc86eca7cf6ae95f20e1dc180774d11892aab.zip |
feat: add profile pronouns
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'build/integration')
-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 58663cde4c9..a40afbab769 100644 --- a/build/integration/features/provisioning-v1.feature +++ b/build/integration/features/provisioning-v1.feature @@ -75,6 +75,7 @@ Feature: provisioning | role | | headline | | biography | + | pronouns | | profile_enabled | Given As an "brand-new-user" Then user "brand-new-user" has editable fields @@ -90,6 +91,7 @@ Feature: provisioning | role | | headline | | biography | + | pronouns | | profile_enabled | Then user "self" has editable fields | displayname | @@ -104,6 +106,7 @@ Feature: provisioning | role | | headline | | biography | + | pronouns | | profile_enabled | Scenario: Edit a user @@ -570,7 +573,7 @@ Feature: provisioning And group "new-group" does not exist Scenario: Delete a group with special characters - Given As an "admin" + Given As an "admin" And group "España" exists When sending "DELETE" to "/cloud/groups/España" Then the OCS status code should be "100" |