Skip to content

Commit e3b1740

Browse files
committed
adjusting ci workflow yml77
1 parent b956ee3 commit e3b1740

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

e2e_tests/e2e/ui/test_nursing_books.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)