Fix work reports functional test
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
9a0b005c45
commit
a330cb0a8e
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ _include("../common_functions.sah");
|
||||||
function workReportCreateLineModel($modelName){
|
function workReportCreateLineModel($modelName){
|
||||||
workReportModelLineCreate($modelName);
|
workReportModelLineCreate($modelName);
|
||||||
_click(_link("Work Reports"));
|
_click(_link("Work Reports"));
|
||||||
_setSelected(_select(0, _near(_span("Select type :"))), $modelName);
|
_setSelected(_select(0, _near(_span("Select type:"))), $modelName);
|
||||||
_click(_cell("New work report"));
|
_click(_cell("New work report"));
|
||||||
_click(_cell("Save"));
|
_click(_cell("Save"));
|
||||||
workReportAcctionValidation("saved");
|
workReportAcctionValidation("saved");
|
||||||
|
|
@ -67,7 +67,7 @@ function workReportModelLineForm($name){
|
||||||
function workReportCreateHeadingModel($modelName){
|
function workReportCreateHeadingModel($modelName){
|
||||||
workReportModelHeadingCreate($modelName);
|
workReportModelHeadingCreate($modelName);
|
||||||
_click(_link("Work Reports"));
|
_click(_link("Work Reports"));
|
||||||
_setSelected(_select(0, _near(_span("Select type :"))), $modelName);
|
_setSelected(_select(0, _near(_span("Select type:"))), $modelName);
|
||||||
_click(_cell("New work report"));
|
_click(_cell("New work report"));
|
||||||
_click(_cell("Save"));
|
_click(_cell("Save"));
|
||||||
workReportHeadingCodeValidation();
|
workReportHeadingCodeValidation();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue