Fix configuration functional test when running all tests together

FEA: ItEr75S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-11-04 20:21:16 +01:00
parent bef3a8301b
commit 2cea9d697f

View file

@ -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");
} }