diff --git a/web/pgadmin/feature_tests/query_tool_journey_test.py b/web/pgadmin/feature_tests/query_tool_journey_test.py index 34a5ac715..79f6b7dba 100644 --- a/web/pgadmin/feature_tests/query_tool_journey_test.py +++ b/web/pgadmin/feature_tests/query_tool_journey_test.py @@ -100,7 +100,6 @@ class QueryToolJourneyTest(BaseFeatureTest): # was executed and verify it history_rows = self.driver.find_elements_by_css_selector( "#query_list> .query-group>ul>li") - print("the number of history_rows are 10 %s" % len(history_rows)) history_rows[1].click() selected_history_entry = self.page.find_by_css_selector(