Fixed feature test failures occurring due to tree changes.

This commit is contained in:
Yogesh Mahajan
2023-01-04 10:44:22 +05:30
committed by GitHub
parent e987b3074d
commit 3841bc5253
4 changed files with 14 additions and 3 deletions

View File

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