mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed feature test failures occurring due to tree changes.
This commit is contained in:
@@ -65,6 +65,10 @@ class CheckDebuggerForXssFeatureTest(BaseFeatureTest):
|
||||
self.test_db, 'public', "Functions")
|
||||
function_node = self.page.check_if_element_exists_with_scroll(
|
||||
TreeAreaLocators.function_node(self.function_name + "()"))
|
||||
|
||||
self.assertTrue(bool(function_node),
|
||||
self.function_name + ' function node not found.')
|
||||
|
||||
function_node.click()
|
||||
|
||||
def _debug_function(self):
|
||||
|
||||
Reference in New Issue
Block a user