From e72af9671b7f7f0053ab070afcaa3175ddd549f7 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Mon, 24 Jun 2024 16:54:31 -0700 Subject: [PATCH] removed print --- tests/app/main/views/test_tour.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/app/main/views/test_tour.py b/tests/app/main/views/test_tour.py index 4b4aa31f1..2916d0887 100644 --- a/tests/app/main/views/test_tour.py +++ b/tests/app/main/views/test_tour.py @@ -532,7 +532,6 @@ def test_should_200_for_check_tour_notification( ) selected_hint = page.select(".banner-tour .grid-row")[2] selected_hint_text = normalize_spaces(selected_hint.select(".usa-body")[0].text) - print(selected_hint_text) assert "greyed-out-step" not in selected_hint["class"] assert selected_hint_text == "Notify delivers the message"