From 2aaf67deb28f5c06ad3d2119e330cf340e95ae09 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Wed, 28 Sep 2011 11:57:12 +0200 Subject: [PATCH] Fix another functional test due to removal of "Go to advanced allocation" button FEA: ItEr75S04BugFixing --- .../functional-tests/scheduling/planning_criteria_test.sah | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/functional-tests/scheduling/planning_criteria_test.sah b/scripts/functional-tests/scheduling/planning_criteria_test.sah index a2a05e20c..46f6228ec 100644 --- a/scripts/functional-tests/scheduling/planning_criteria_test.sah +++ b/scripts/functional-tests/scheduling/planning_criteria_test.sah @@ -73,7 +73,7 @@ function planningAssignWorker($workerName){ _click(_div($workerName+", "+$workerName)); _click(_cell($workerName+", "+$workerName)); _click(_cell("Add")); - _click(_cell("z-button-cm[40]")); + _click(_cell("z-button-cm[39]")); planningCheckIncorrectWorkerValidation() _log("try to assign calendar", "custom1"); } @@ -86,7 +86,7 @@ function planningAssignCriterion($criterion){ _click(_div($criterion+" ( "+$criterion+" )[1]")); _click(_cell($criterion+" ( "+$criterion+" )[1]")); _click(_cell("Add")); - _click(_cell("z-button-cm[40]")); + _click(_cell("z-button-cm[39]")); planningCheckIncorrectCriterionValidation() _log("Try to assign criterion", "custom1"); }