Skip to content

Commit d798bee

Browse files
committed
addressing pr comments
1 parent 58dad02 commit d798bee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/regression/regression_tests/fobt_regression_tests/test_scenario_2.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@ def test_scenario_2(page: Page) -> None:
191191
logging.info("[UI ASSERTIONS COMPLETE] Updated subject details checked in the UI")
192192

193193
# 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-
198194
# When I process the open "S2" letter batch for my subject
199195
batch_processing(
200196
page,

0 commit comments

Comments
 (0)