mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Try to fix feature test failures happening due to error occurring while deleting test databases.
* Try to fix feature test failures happening due to error occurring while deleting test databases. * Updated ON_DEMAND_ROW_COUNT to ON_DEMAND_RECORD_COUNT missed in #3275.
This commit is contained in:
@@ -96,6 +96,7 @@ class QueryToolFeatureTest(BaseFeatureTest):
|
||||
self.page.clear_query_tool()
|
||||
|
||||
def after(self):
|
||||
self.page.close_query_tool(False)
|
||||
self.page.remove_server(self.server)
|
||||
|
||||
def _reset_options(self):
|
||||
|
||||
Reference in New Issue
Block a user