Fix some extra ":" in Sahi tests
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
c2f07b8921
commit
305e49245a
2 changed files with 4 additions and 4 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue