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:
Yogesh Mahajan
2023-04-13 17:25:12 +05:30
committed by GitHub
parent ec19fc2b01
commit 64d5457e2b
7 changed files with 5 additions and 18 deletions

View File

@@ -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):