@@ -71,20 +71,18 @@ Feature: contacts-menu
7171 And searched contact "1" is named "Test name"
7272 And searched contact "2" is named "user2"
7373
74-
75-
7674 Scenario : users can not be found by display name if visibility is private
7775 Given user "user0" exists
7876 And user "user1" exists
7977 And user "user2" exists
8078 And Logging in using web as "user1"
8179 And Sending a "PUT" to "/settings/users/user1/settings" with requesttoken
8280 | displayname | Test name |
83- | displaynameScope | private |
81+ | displaynameScope | v2 - private |
8482 And Logging in using web as "user2"
8583 And Sending a "PUT" to "/settings/users/user2/settings" with requesttoken
8684 | displayname | Another test name |
87- | displaynameScope | contacts |
85+ | displaynameScope | v2 - federated |
8886 When Logging in using web as "user0"
8987 And searching for contacts matching with "test"
9088 # Disabled because it regularly fails on drone:
@@ -98,11 +96,11 @@ Feature: contacts-menu
9896 And Logging in using web as "user1"
9997 And Sending a "PUT" to "/settings/users/user1/settings" with requesttoken
10098 | email | test @example .com |
101- | emailScope | private |
99+ | emailScope | v2 - private |
102100 And Logging in using web as "user2"
103101 And Sending a "PUT" to "/settings/users/user2/settings" with requesttoken
104102 | email | another_test @example .com |
105- | emailScope | contacts |
103+ | emailScope | v2 - federated |
106104 # Disabled because it regularly fails on drone:
107105 # When Logging in using web as "user0"
108106 # And searching for contacts matching with "test"
@@ -116,15 +114,15 @@ Feature: contacts-menu
116114 And Logging in using web as "user1"
117115 And Sending a "PUT" to "/settings/users/user1/settings" with requesttoken
118116 | displayname | Test name |
119- | displaynameScope | contacts |
117+ | displaynameScope | v2 - federated |
120118 | email | test @example .com |
121- | emailScope | private |
119+ | emailScope | v2 - private |
122120 And Logging in using web as "user2"
123121 And Sending a "PUT" to "/settings/users/user2/settings" with requesttoken
124122 | displayname | Another test name |
125- | displaynameScope | private |
123+ | displaynameScope | v2 - private |
126124 | email | another_test @example .com |
127- | emailScope | contacts |
125+ | emailScope | v2 - federated |
128126 When Logging in using web as "user0"
129127 And searching for contacts matching with "test"
130128 Then the list of searched contacts has "2" contacts
@@ -140,9 +138,9 @@ Feature: contacts-menu
140138 And Logging in using web as "user1"
141139 And Sending a "PUT" to "/settings/users/user1/settings" with requesttoken
142140 | displayname | Test name |
143- | displaynameScope | private |
141+ | displaynameScope | v2 - private |
144142 And Sending a "PUT" to "/settings/users/user1/settings" with requesttoken
145- | displaynameScope | contacts |
143+ | displaynameScope | v2 - federated |
146144 When Logging in using web as "user0"
147145 And searching for contacts matching with "test"
148146 Then the list of searched contacts has "1" contacts
@@ -154,9 +152,9 @@ Feature: contacts-menu
154152 And Logging in using web as "user1"
155153 And Sending a "PUT" to "/settings/users/user1/settings" with requesttoken
156154 | email | test @example .com |
157- | emailScope | private |
155+ | emailScope | v2 - private |
158156 And Sending a "PUT" to "/settings/users/user1/settings" with requesttoken
159- | emailScope | contacts |
157+ | emailScope | v2 - federated |
160158 # Disabled because it regularly fails on drone:
161159 # When Logging in using web as "user0"
162160 # And searching for contacts matching with "test"
@@ -170,7 +168,7 @@ Feature: contacts-menu
170168 And user "user1" exists
171169 And Logging in using web as "user1"
172170 And Sending a "PUT" to "/settings/users/user1/settings" with requesttoken
173- | displaynameScope | private |
171+ | displaynameScope | v2 - private |
174172 And As an "admin"
175173 And sending "PUT" to "/cloud/users/user1" with
176174 | key | displayname |
@@ -185,7 +183,7 @@ Feature: contacts-menu
185183 And user "user1" exists
186184 And Logging in using web as "user1"
187185 And Sending a "PUT" to "/settings/users/user1/settings" with requesttoken
188- | emailScope | private |
186+ | emailScope | v2 - private |
189187 And As an "admin"
190188 And sending "PUT" to "/cloud/users/user1" with
191189 | key | email |
0 commit comments