Fix another functional test due to removal of "Go to advanced allocation" button

FEA: ItEr75S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-09-28 11:57:12 +02:00
parent aaad249a72
commit 2aaf67deb2

View file

@ -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");
}