Fix materials functional test
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
a330cb0a8e
commit
866a52e1e9
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ function materialCreate($name) {
|
|||
|
||||
function materialCreateWithoutCategory(){
|
||||
_click(_link("Materials"));
|
||||
_click(_cell("z-button-cm[3]"));
|
||||
_click(_cell("New"));
|
||||
materialWithoutCategoryValidation();
|
||||
}
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ function materialCreateEmpty(){
|
|||
function materialForm($description) {
|
||||
_click(_link("Materials"));
|
||||
_click(_span("z-dottree-ico z-dottree-firstspacer"));
|
||||
_click(_cell("z-button-cm[3]"));
|
||||
_click(_cell("New"));
|
||||
_setValue(_textbox("z-textbox[2]"), $description);
|
||||
_click(_cell("Save"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue