From ffda07b6bdf49685cc907d02e62f2b66cc4bead5 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Wed, 26 Feb 2025 12:24:18 -0500 Subject: [PATCH] Update test_tour.py --- tests/app/main/views/test_tour.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/app/main/views/test_tour.py b/tests/app/main/views/test_tour.py index f55f19529..9a1774a13 100644 --- a/tests/app/main/views/test_tour.py +++ b/tests/app/main/views/test_tour.py @@ -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" )