@@ -24,7 +24,7 @@ Feature: Roles management
24
24
And I set fields
25
25
| label | value |
26
26
| Name | Test Role |
27
- And I perform the "Save and close " action
27
+ And I perform the "Save" action
28
28
Then I should be on "Test Role" Role page
29
29
And Policies list is empty
30
30
And Assignments list is empty
@@ -51,7 +51,7 @@ Feature: Roles management
51
51
And I set fields
52
52
| label | value |
53
53
| Name | Anonymous edited |
54
- And I perform the "Save and close " action
54
+ And I perform the "Save" action
55
55
Then I should be on "Anonymous edited" Role page
56
56
57
57
@javascript
@@ -85,7 +85,7 @@ Feature: Roles management
85
85
| path |
86
86
| Users /Editors |
87
87
And I select limitation "Media/Images" for assignment through UDW
88
- And I perform the "Save and close " action
88
+ And I perform the "Save" action
89
89
Then I should be on "Test Role" Role page
90
90
And Policies list is empty
91
91
And there are assignments on the "Test Role" assignments list
@@ -102,7 +102,7 @@ Feature: Roles management
102
102
And I assign groups to role
103
103
| path |
104
104
| Users |
105
- And I perform the "Save and close " action
105
+ And I perform the "Save" action
106
106
Then I should be on "Test Role" Role page
107
107
And Policies list is empty
108
108
And there are assignments on the "Test Role" assignments list
@@ -146,12 +146,12 @@ Feature: Roles management
146
146
And I open "Test Role" Role page in admin SiteAccess
147
147
When I start creating a new Policy
148
148
And I select policy "Content / Read"
149
- And I perform the "Save and close " action
149
+ And I perform the "Save" action
150
150
And success notification that "Now you can set Limitations for the Policy." appears
151
151
And I select limitation for "Content type"
152
152
| option |
153
153
| File |
154
- And I perform the "Save and close " action
154
+ And I perform the "Save" action
155
155
Then I should be on "Test Role" Role page
156
156
And there is a policy "Content/Read" with "Content type: File" limitation on the "Test Role" policies list
157
157
And there are assignments on the "Test Role" assignments list
@@ -164,7 +164,7 @@ Feature: Roles management
164
164
And I open "Test Role" Role page in admin SiteAccess
165
165
When I start creating a new Policy
166
166
And I select policy "User / Password"
167
- And I perform the "Save and close " action
167
+ And I perform the "Save" action
168
168
Then I should be on "Test Role" Role page
169
169
And there is a policy "User/Password" with "None" limitation on the "Test Role" policies list
170
170
And there are assignments on the "Test Role" assignments list
@@ -184,7 +184,7 @@ Feature: Roles management
184
184
And I select limitation for "State"
185
185
| option |
186
186
| Lock :Locked |
187
- And I perform the "Save and close " action
187
+ And I perform the "Save" action
188
188
Then I should be on "Test Role" Role page
189
189
And there are policies on the "Test Role" policies list
190
190
| policy | limitation |
0 commit comments