Fix planning criteria functional test

FEA: ItEr75S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-11-07 11:33:32 +01:00
parent 0d81b3ee03
commit c74cc367ea

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[39]"));
_click(_cell("z-button-cm[40]"));
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[39]"));
_click(_cell("z-button-cm[40]"));
planningCheckIncorrectCriterionValidation()
_log("Try to assign criterion", "custom1");
}