Fix planning criteria functional test
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
0d81b3ee03
commit
c74cc367ea
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[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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue