Skip to content

Commit abaa703

Browse files
Attempt to fix markdown errors
1 parent 4bb1577 commit abaa703

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/utility-guides/ScreeningSubjectPageSearcher.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ For this utility we have the following functions:
6363
- `check_clear_filters_button_works`
6464

6565
### The page object parameter
66-
- Is required for all the listed functions above.
67-
- It is listed as an argument just once to avoid repetition.
66+
1. Is required for all the listed functions above.
67+
2. It is listed as an argument just once to avoid repetition.
6868

6969
### Verify subject event status by NHS no
7070

utils/screening_subject_page_searcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def search_subject_by_search_area(
180180
def check_clear_filters_button_works(page: Page, nhs_number: str) -> None:
181181
"""
182182
This checks that the "clear filter" button works as intended
183-
183+
184184
Args:
185185
page (Page): This is the playwright page object
186186
nhs_number (str): The screening subject's nhs number

0 commit comments

Comments
 (0)