Skip to content

Commit 7515113

Browse files
Adding a wait_for to reduce the chance of a failure
1 parent e035e34 commit 7515113

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/screening_subject_search/subject_screening_summary_page.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def verify_latest_event_status_header(self) -> None:
9090

9191
def verify_latest_event_status_value(self, latest_event_status: str | list) -> None:
9292
"""Verify that the latest event status value is visible."""
93+
self.wait_for_page_title()
9394
latest_event_status_locator = self.get_visible_status_from_list(
9495
latest_event_status
9596
)

0 commit comments

Comments
 (0)