Fix some extra ":" in Sahi tests

FEA: ItEr75S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-11-11 13:54:32 +01:00
parent c2f07b8921
commit 305e49245a
2 changed files with 4 additions and 4 deletions

View file

@ -80,8 +80,8 @@ function commonDeleteProject($name){
function commonCreateTask($projectName, $name, $hours){
_click(_link("Projects List"));
_click(_image("ico_editar1.png", _in(_cell(8,_near(_cell($projectName))))));
_setValue(_textbox(0, _near(_span("New task:"))), $name);
_setValue(_textbox("z-intbox", _near(_span("Hours:"))), $hours);
_setValue(_textbox(0, _near(_span("New task"))), $name);
_setValue(_textbox("z-intbox", _near(_span("Hours"))), $hours);
_click(_cell("Add"));
_click(_image("ico_save.png"));
_click(_cell("OK"));

View file

@ -57,8 +57,8 @@ function templateProjectAssignTemplate($template){
function templateTaskCreateTaskChild($name, $hours){
commonEditProject($projectName);
_click(_span("z-dottree-ico z-dottree-firstspacer"));
_setValue(_textbox(0, _near(_span("New task:"))), $name);
_setValue(_textbox("z-intbox", _near(_span("Hours:"))), $hours);
_setValue(_textbox(0, _near(_span("New task"))), $name);
_setValue(_textbox("z-intbox", _near(_span("Hours"))), $hours);
_click(_cell("Add"));
_click(_image("ico_save.png"));
_click(_cell("OK"));