File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ def test_add_additional_care_note_for_subject_with_existing_note(
186186 f"Title and note matched the provided values. Title: '{ note_title } ', Note: '{ note_text } '."
187187 )
188188
189-
190189@pytest .mark .regression
191190@pytest .mark .note_tests
192191def test_identify_subject_with_additional_care_note (
Original file line number Diff line number Diff line change 44from pages .base_page import BasePage
55from pages .organisations import organisations_and_site_details
66from pages .organisations .organisations_page import OrganisationsPage
7- from pages .organisations .organisations_and_site_details import OrganisationsAndSiteDetails
8- from pages .organisations .list_all_organisations import ListAllOrganisations , OrganisationType
7+ from pages .organisations .organisations_and_site_details import (
8+ OrganisationsAndSiteDetails ,
9+ )
10+ from pages .organisations .list_all_organisations import (
11+ ListAllOrganisations ,
12+ OrganisationType ,
13+ )
914from utils .user_tools import UserTools
1015
1116
@@ -31,4 +36,3 @@ def test_check_list_all_organisations_page(page) -> None:
3136 OrganisationsPage (page ).go_to_organisations_and_site_details_page ()
3237 OrganisationsAndSiteDetails (page ).go_to_list_all_organisations ()
3338 ListAllOrganisations (page ).select_organisation_type_option (OrganisationType .ICB )
34-
You can’t perform that action at this time.
0 commit comments