File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ async def test_nursing_book_content_warning_login(
8282 await nursing .click_maternal_newborn_book_view_online_link ()
8383 await nursing .click_nursing_content_warning_dialog_goto ()
8484
85- #to debug in CI - begin
85+ # to debug in CI - begin
8686 await chrome_page_unlogged .wait_for_load_state ("domcontentloaded" )
8787
8888 print (f"DEBUG URL after goto click: { chrome_page_unlogged .url } " )
@@ -91,7 +91,7 @@ async def test_nursing_book_content_warning_login(
9191 # Check if the element exists at all even if not visible
9292 count = await chrome_page_unlogged .locator ("[class*='ContentWarning']" ).count ()
9393 print (f"DEBUG ContentWarning count: { count } " )
94- #to debug in CI - ends
94+ # to debug in CI - ends
9595
9696 # THEN: Content warning dialog opens and user can log in
9797 await nursing .nursing_material_warning_dialog .wait_for (state = "visible" )
You can’t perform that action at this time.
0 commit comments