Adapted tests to new English translations

This commit is contained in:
axl89 2016-09-06 12:43:29 +02:00
parent a3aa1835b3
commit 9f428708d4
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def create_agent_group(driver,group_name,parent_group="All",alerts=True,propagat
# parent_group by defect is All.
# Alerts by default is activate.
click_menu_element(driver,"Manage agents groups")
click_menu_element(driver,"Manage agent groups")
driver.find_element_by_id("submit-crt").click()
driver.find_element_by_id("text-name").send_keys(group_name)