Skip to content

Commit 581a91c

Browse files
trallarddrammock
andauthored
Update tests/test_playwright.py
Co-authored-by: Daniel McCloy <[email protected]>
1 parent ddb5997 commit 581a91c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_playwright.py

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def check_version_switcher_highlighting():
7979
button = page.get_by_role("button").filter(has_text="dev")
8080
active_version_name = button.get_attribute("data-active-version-name")
8181

82-
print(active_version_name)
8382
# here we do include_hidden, since we are not adding this in the sidebar
8483
# we should only get one entry
8584
entries = page.get_by_role("option", include_hidden=True).filter(

0 commit comments

Comments
 (0)