Update test_tour.py

This commit is contained in:
Jonathan Bobel
2025-02-26 12:24:18 -05:00
parent e769d421be
commit ffda07b6bd

View File

@@ -163,8 +163,6 @@ def test_should_show_empty_text_box(
"main.tour_step", service_id=SERVICE_ONE_ID, template_id=fake_uuid, step_index=1
)
print(page.prettify())
textbox = page.select_one(
"[data-module=autofocus][data-force-focus=True] .usa-input"
)