@@ -207,22 +207,22 @@ def test_identify_diminutive_rectal_hyperplastic_polyp_from_histology_a(
207207
208208 polyp_category_string = "Diminutive rectal hyperplastic polyp"
209209 InvestigationDatasetsPage (page ).expect_text_to_be_visible ("Abnormal" )
210- InvestigationDatasetsPage (page ).assert_polyp_alogrithm_size (1 , "5" )
211- InvestigationDatasetsPage (page ).assert_polyp_categrory (1 , polyp_category_string )
212- InvestigationDatasetsPage (page ).assert_polyp_alogrithm_size (2 , "1" )
213- InvestigationDatasetsPage (page ).assert_polyp_categrory (2 , polyp_category_string )
214- InvestigationDatasetsPage (page ).assert_polyp_alogrithm_size (3 , "3" )
215- InvestigationDatasetsPage (page ).assert_polyp_categrory (3 , polyp_category_string )
216- InvestigationDatasetsPage (page ).assert_polyp_alogrithm_size (4 , "5" )
217- InvestigationDatasetsPage (page ).assert_polyp_categrory (4 , polyp_category_string )
210+ InvestigationDatasetsPage (page ).assert_polyp_algorithm_size (1 , "5" )
211+ InvestigationDatasetsPage (page ).assert_polyp_category (1 , polyp_category_string )
212+ InvestigationDatasetsPage (page ).assert_polyp_algorithm_size (2 , "1" )
213+ InvestigationDatasetsPage (page ).assert_polyp_category (2 , polyp_category_string )
214+ InvestigationDatasetsPage (page ).assert_polyp_algorithm_size (3 , "3" )
215+ InvestigationDatasetsPage (page ).assert_polyp_category (3 , polyp_category_string )
216+ InvestigationDatasetsPage (page ).assert_polyp_algorithm_size (4 , "5" )
217+ InvestigationDatasetsPage (page ).assert_polyp_category (4 , polyp_category_string )
218218
219219 logging .info ("Marking investigation dataset not complete" )
220220 InvestigationDatasetsPage (page ).click_edit_dataset_button ()
221221 InvestigationDatasetsPage (page ).check_dataset_incomplete_checkbox ()
222222 InvestigationDatasetsPage (page ).click_save_dataset_button ()
223223 for polyp_number in range (1 , 5 ):
224- InvestigationDatasetsPage (page ).assert_polyp_alogrithm_size (polyp_number , None )
225- InvestigationDatasetsPage (page ).assert_polyp_categrory (polyp_number , None )
224+ InvestigationDatasetsPage (page ).assert_polyp_algorithm_size (polyp_number , None )
225+ InvestigationDatasetsPage (page ).assert_polyp_category (polyp_number , None )
226226
227227 LogoutPage (page ).log_out ()
228228
@@ -304,15 +304,15 @@ def test_identify_diminutive_rectal_hyperplastic_polyp_from_histology_b(
304304 )
305305
306306 InvestigationDatasetsPage (page ).expect_text_to_be_visible ("Abnormal" )
307- InvestigationDatasetsPage (page ).assert_polyp_alogrithm_size (1 , "2" )
308- InvestigationDatasetsPage (page ).assert_polyp_categrory (
307+ InvestigationDatasetsPage (page ).assert_polyp_algorithm_size (1 , "2" )
308+ InvestigationDatasetsPage (page ).assert_polyp_category (
309309 1 , "Diminutive rectal hyperplastic polyp"
310310 )
311311
312312 logging .info ("Marking investigation dataset not complete" )
313313 InvestigationDatasetsPage (page ).click_edit_dataset_button ()
314314 InvestigationDatasetsPage (page ).check_dataset_incomplete_checkbox ()
315315 InvestigationDatasetsPage (page ).click_save_dataset_button ()
316- InvestigationDatasetsPage (page ).assert_polyp_alogrithm_size (1 , None )
317- InvestigationDatasetsPage (page ).assert_polyp_categrory (1 , None )
316+ InvestigationDatasetsPage (page ).assert_polyp_algorithm_size (1 , None )
317+ InvestigationDatasetsPage (page ).assert_polyp_category (1 , None )
318318 LogoutPage (page ).log_out ()
0 commit comments