Fix configuration functional test when running all tests together
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
bef3a8301b
commit
2cea9d697f
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ function configCheckWorkReportCreate(){
|
||||||
var $code;
|
var $code;
|
||||||
_click(_cell("New work report"));
|
_click(_cell("New work report"));
|
||||||
_click(_cell("Add new row"));
|
_click(_cell("Add new row"));
|
||||||
_setValue(_textbox(6, _near(_span("Work report lines"))), $code);
|
_set($code, _textbox(0, _near(_span("Code"))).value);
|
||||||
if ($code == ""){
|
if ($code == ""){
|
||||||
_log("Work report code is empty", "custom1");
|
_log("Work report code is empty", "custom1");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue