mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Adding a delay clearly didn't fix the feature tests :-(
This commit is contained in:
@@ -65,7 +65,6 @@ class PgadminPage:
|
||||
self.find_by_xpath("//*[@id='tree']//*[.='" + tree_item_text + "' and @class='aciTreeItem']").click()
|
||||
|
||||
def toggle_open_tree_item(self, tree_item_text):
|
||||
time.sleep(0.5)
|
||||
self.find_by_xpath("//*[@id='tree']//*[.='" + tree_item_text + "']/../*[@class='aciTreeButton']").click()
|
||||
|
||||
def find_by_xpath(self, xpath):
|
||||
|
||||
Reference in New Issue
Block a user