Skip to content

Commit 74de8f9

Browse files
As per PR # 98 review comments, File Format is corrected.
1 parent c8dfc34 commit 74de8f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/regression/organisation_regression_tests_user/test_change_organisation_regression_user.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
def 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)

0 commit comments

Comments
 (0)