File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
tests/regression/organisation_regression_tests_user Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99def test_user_can_switch_between_organisations (page : Page ) -> None :
1010 """
1111 Feature: Change Organisation
12- Scenario: Check that an English user with multiple organisations
13- is able to switch between them
14- Given I log in to BCSS "England" as user role "MultiOrgUser"
15- When I change organisation
16- Then I will be logged in as the alternative organisation.
12+ Scenario: Check that an English user with multiple organisations is able to switch between them
13+ Given I log in to BCSS "England" as user role "MultiOrgUser"
14+ When I change organisation
15+ Then I will be logged in as the alternative organisation.
1716 """
17+
1818 # Log in as a user with multiple organisations
1919 UserTools .user_login (page , "Specialist Screening Practitioner at BCS009 & BCS001" )
2020 org_switch_page = OrganisationSwitchPage (page )
You can’t perform that action at this time.
0 commit comments