@@ -15,11 +15,11 @@ Feature: Manage Permissions
15
15
And there is not a permission for the user "testuser"
16
16
When I follow "Grant Access"
17
17
Then I should be on the new permission page
18
- And I should see "Choose roles for users "
18
+ And I should see "Choose roles for"
19
19
When I select "Pool User" role for the user "testuser"
20
20
And I press "Grant Access"
21
21
Then I should be on the page for the pool "PermissionPool"
22
- And I should see "Added the following User Roles "
22
+ And I should see "Added the following permission grants "
23
23
And I should see "testuser"
24
24
25
25
Scenario : Create a second permission on a resource
@@ -28,11 +28,11 @@ Feature: Manage Permissions
28
28
When I follow link with ID "details_permissions"
29
29
When I follow "Grant Access"
30
30
Then I should be on the new permission page
31
- And I should see "Choose roles for users "
31
+ And I should see "Choose roles for Pool "
32
32
When I select "Pool Admin" role for the user "testuser"
33
33
And I press "Grant Access"
34
34
Then I should be on the page for the pool "PermissionPool"
35
- And I should see "Added the following User Roles "
35
+ And I should see "Added the following permission grants "
36
36
And I should see "testuser"
37
37
38
38
Scenario : Attempt to duplicate a permission
@@ -41,11 +41,11 @@ Feature: Manage Permissions
41
41
When I follow link with ID "details_permissions"
42
42
When I follow "Grant Access"
43
43
Then I should be on the new permission page
44
- And I should see "Choose roles for users "
44
+ And I should see "Choose roles for Pool "
45
45
When I select "Pool User" role for the user "testuser"
46
46
And I press "Grant Access"
47
47
Then I should be on the page for the pool "PermissionPool"
48
- And I should see "Could not add these User Roles "
48
+ And I should see "Could not add the following permission grants "
49
49
And I should see "testuser"
50
50
51
51
Scenario : Delete a permission
@@ -65,5 +65,5 @@ Feature: Manage Permissions
65
65
When I follow "PermPool"
66
66
When I follow link with ID "details_permissions"
67
67
When I follow "Inherited Access"
68
- Then I should see "Inherited From "
68
+ Then I should see "Inherited from "
69
69
And I should see "PermFamily"
0 commit comments