@@ -9,6 +9,7 @@ Feature: Users are able to change their roles, if they have multiple roles with
99 @multiple_access
1010 Scenario : User can change their role
1111 Given I am logged in as a user with multiple access roles
12+ And I have selected a role
1213 And I am on the change your role page
1314 When I click a change role role card
1415 Then I am on the 'your selected role' page
@@ -17,6 +18,7 @@ Feature: Users are able to change their roles, if they have multiple roles with
1718 @multiple_access
1819 Scenario : User can see roles with access cards
1920 Given I am logged in as a user with multiple access roles
21+ And I have selected a role
2022 And I am on the change your role page
2123 Then I see the change role roles with access cards
2224 And I can see multiple change role roles with access cards
@@ -29,13 +31,15 @@ Feature: Users are able to change their roles, if they have multiple roles with
2931 @multiple_access
3032 Scenario : Change role roles without access table body is not visible by default
3133 Given I am logged in as a user with multiple access roles
34+ And I have selected a role
3235 And I am on the change your role page
3336 Then the change role roles without access table body is not visible
3437
3538 @allure.tms:https://nhsd-jira.digital.nhs.uk/browse/AEA-4653
3639 @multiple_access
3740 Scenario : User can expand the change role 'Roles without access' to see table contents
3841 Given I am logged in as a user with multiple access roles
42+ And I have selected a role
3943 And I am on the change your role page
4044 When I click on the change role summary expander
4145 Then I see the change role roles without access table
@@ -44,6 +48,7 @@ Feature: Users are able to change their roles, if they have multiple roles with
4448 @multiple_access
4549 Scenario : User can collapse the change role 'Roles without access' to hide table contents
4650 Given I am logged in as a user with multiple access roles
51+ And I have selected a role
4752 And I am on the change your role page
4853 And the summary table body is displayed
4954 When I click on the change role summary expander
@@ -59,6 +64,7 @@ Feature: Users are able to change their roles, if they have multiple roles with
5964
6065 Scenario : user can change their role, and see a confirmation page
6166 Given I am logged in as a user with multiple access roles
67+ And I have selected a role
6268 And I am on the change your role page
6369 When I click a change role role card
6470 Then I see the 'your selected role' page
@@ -71,6 +77,7 @@ Feature: Users are able to change their roles, if they have multiple roles with
7177 @allure.tms:https://nhsd-jira.digital.nhs.uk/browse/AEA-4974
7278 Scenario : User can change their role and see the correct message on the change role page
7379 Given I am logged in as a user with multiple access roles
80+ And I have selected a role
7481 And I have confirmed a role
7582 And I am on the change your role page
7683 And I click a change role role card
0 commit comments