Skip to content
Snippets Groups Projects
Commit 33ce4d2b authored by Lenard Nagy's avatar Lenard Nagy Committed by Gerrit Code Review @ Eclipse.org
Browse files

Merge "[incident #1828157] WebGUI regression test fix"

parents 120ad483 195b6a73
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ def clickInTreeContextMenu(driver, node, menuText):
actions.perform()
time.sleep(0.5)
contextMenu = driver.find_element_by_class_name("jstree-contextmenu")
contextMenu = driver.find_element_by_class_name("jstree-default-contextmenu")
items = contextMenu.find_elements_by_tag_name("li")
for element in items:
if menuText in element.text:
......@@ -228,4 +228,4 @@ def dialogExists(driver, name):
def pressDelete(driver):
actions = ActionChains(driver)
actions.send_keys(Keys.DELETE).perform()
\ No newline at end of file
actions.send_keys(Keys.DELETE).perform()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment