Index: suite_leahi/tst_general_alarm_requirements_instruction/test.py =================================================================== diff -u -rd44bf6eb1136e10ce936e0d994ff5570bd3366c5 -r78b8c96491bbd93516c4c97293e80835e18380b4 --- suite_leahi/tst_general_alarm_requirements_instruction/test.py (.../test.py) (revision d44bf6eb1136e10ce936e0d994ff5570bd3366c5) +++ suite_leahi/tst_general_alarm_requirements_instruction/test.py (.../test.py) (revision 78b8c96491bbd93516c4c97293e80835e18380b4) @@ -113,9 +113,6 @@ # Verify 10 alarms are displayed using rows property test.compare(alarm_grid.rows, 10, "Comparison Number of Alarms displayed") - # test.startSection( - # f"Comparison Alarms ID from {batch_start} to { batch_start + 9 } " - # ) # Verify each alarm ID in the batch for i in range(10): expected_alarm_id = str(batch_start + i)