From 9f428708d431358432928113a99d665397043309 Mon Sep 17 00:00:00 2001 From: axl89 Date: Tue, 6 Sep 2016 12:43:29 +0200 Subject: [PATCH] Adapted tests to new English translations --- tests/console/include/agent_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/console/include/agent_functions.py b/tests/console/include/agent_functions.py index a402c39328..893f9185ef 100644 --- a/tests/console/include/agent_functions.py +++ b/tests/console/include/agent_functions.py @@ -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)