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"