From 1850a3a9954d973b1994d867f3b8993fb7310bb4 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 10 Sep 2018 13:17:59 +0100 Subject: [PATCH] Remove unnecessary screenshot. --- web/pgadmin/feature_tests/query_tool_tests.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/pgadmin/feature_tests/query_tool_tests.py b/web/pgadmin/feature_tests/query_tool_tests.py index 3243f3634..8e0b7cc71 100644 --- a/web/pgadmin/feature_tests/query_tool_tests.py +++ b/web/pgadmin/feature_tests/query_tool_tests.py @@ -107,9 +107,6 @@ class QueryToolFeatureTest(BaseFeatureTest): def after(self): self.page.remove_server(self.server) - # screen shots - self._screenshot() - def _reset_options(self): # this will set focus to correct iframe. self.page.fill_codemirror_area_with('')