We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dad02 commit d798beeCopy full SHA for d798bee
tests/regression/regression_tests/fobt_regression_tests/test_scenario_2.py
@@ -191,10 +191,6 @@ def test_scenario_2(page: Page) -> None:
191
logging.info("[UI ASSERTIONS COMPLETE] Updated subject details checked in the UI")
192
193
# And there is a "S2" letter batch for my subject with the exact title "Subject Result (Normal)"
194
- BatchListPage(page).navigate_to_active_batch_list_page()
195
- ActiveBatchListPage(page).is_batch_present("S2 - Subject Result (Normal)")
196
- logging.info("[UI ASSERTIONS COMPLETE] S2 Letter batch exists")
197
-
198
# When I process the open "S2" letter batch for my subject
199
batch_processing(
200
page,
0 commit comments