From 951cb0fef9eea33a24839618857ad961e66c8818 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Tue, 25 Feb 2025 12:28:39 -0500 Subject: [PATCH] Update test_activity.py --- tests/app/main/views/test_activity.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/app/main/views/test_activity.py b/tests/app/main/views/test_activity.py index 1110855f3..02bed98fa 100644 --- a/tests/app/main/views/test_activity.py +++ b/tests/app/main/views/test_activity.py @@ -449,8 +449,6 @@ def test_api_users_are_not_told_they_can_search_by_reference_when_service_has_no message_type=message_type, ) - print(page.prettify()) - assert page.select_one("label:contains('Search by')").text.strip() == expected_search_box_label