@@ -24,7 +24,7 @@ Feature: Roles management
2424 And I set fields
2525 | label | value |
2626 | Name | Test Role |
27- And I perform the "Save and close " action
27+ And I perform the "Save" action
2828 Then I should be on "Test Role" Role page
2929 And Policies list is empty
3030 And Assignments list is empty
@@ -51,7 +51,7 @@ Feature: Roles management
5151 And I set fields
5252 | label | value |
5353 | Name | Anonymous edited |
54- And I perform the "Save and close " action
54+ And I perform the "Save" action
5555 Then I should be on "Anonymous edited" Role page
5656
5757 @javascript
@@ -85,7 +85,7 @@ Feature: Roles management
8585 | path |
8686 | Users /Editors |
8787 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
8989 Then I should be on "Test Role" Role page
9090 And Policies list is empty
9191 And there are assignments on the "Test Role" assignments list
@@ -102,7 +102,7 @@ Feature: Roles management
102102 And I assign groups to role
103103 | path |
104104 | Users |
105- And I perform the "Save and close " action
105+ And I perform the "Save" action
106106 Then I should be on "Test Role" Role page
107107 And Policies list is empty
108108 And there are assignments on the "Test Role" assignments list
@@ -146,12 +146,12 @@ Feature: Roles management
146146 And I open "Test Role" Role page in admin SiteAccess
147147 When I start creating a new Policy
148148 And I select policy "Content / Read"
149- And I perform the "Save and close " action
149+ And I perform the "Save" action
150150 And success notification that "Now you can set Limitations for the Policy." appears
151151 And I select limitation for "Content type"
152152 | option |
153153 | File |
154- And I perform the "Save and close " action
154+ And I perform the "Save" action
155155 Then I should be on "Test Role" Role page
156156 And there is a policy "Content/Read" with "Content type: File" limitation on the "Test Role" policies list
157157 And there are assignments on the "Test Role" assignments list
@@ -164,7 +164,7 @@ Feature: Roles management
164164 And I open "Test Role" Role page in admin SiteAccess
165165 When I start creating a new Policy
166166 And I select policy "User / Password"
167- And I perform the "Save and close " action
167+ And I perform the "Save" action
168168 Then I should be on "Test Role" Role page
169169 And there is a policy "User/Password" with "None" limitation on the "Test Role" policies list
170170 And there are assignments on the "Test Role" assignments list
@@ -184,7 +184,7 @@ Feature: Roles management
184184 And I select limitation for "State"
185185 | option |
186186 | Lock :Locked |
187- And I perform the "Save and close " action
187+ And I perform the "Save" action
188188 Then I should be on "Test Role" Role page
189189 And there are policies on the "Test Role" policies list
190190 | policy | limitation |
0 commit comments