Fix another functional test due to removal of "Go to advanced allocation" button
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
aaad249a72
commit
2aaf67deb2
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue