diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2021-10-18 23:03:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 23:03:58 -0700 |
commit | f7b3d521f866a949f457f31f8f8480aebd3c9934 (patch) | |
tree | 0c4a6cd0e03b85c37b75f8baebc77aee17f0eae0 /build | |
parent | 7cebde242c9f45d46f45bdd3b2a186bccd12434b (diff) | |
parent | 3be9d3ca8fca4fb743a4d2f2ffe44a45fa9ffa6e (diff) | |
download | nextcloud-server-f7b3d521f866a949f457f31f8f8480aebd3c9934.tar.gz nextcloud-server-f7b3d521f866a949f457f31f8f8480aebd3c9934.zip |
Merge pull request #28751 from nextcloud/feat/28139/profile-page
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/provisioning-v1.feature | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature index 41041dc91da..388fa37ba29 100644 --- a/build/integration/features/provisioning-v1.feature +++ b/build/integration/features/provisioning-v1.feature @@ -67,6 +67,11 @@ Feature: provisioning | address | | website | | twitter | + | organisation | + | role | + | headline | + | biography | + | profile_enabled | Given As an "brand-new-user" Then user "brand-new-user" has editable fields | displayname | @@ -76,6 +81,11 @@ Feature: provisioning | address | | website | | twitter | + | organisation | + | role | + | headline | + | biography | + | profile_enabled | Then user "self" has editable fields | displayname | | email | @@ -84,6 +94,11 @@ Feature: provisioning | address | | website | | twitter | + | organisation | + | role | + | headline | + | biography | + | profile_enabled | Scenario: Edit a user Given As an "admin" |