Fixed Sahi test : data-types/unit_measures_test.sah
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
1c4c34c3cf
commit
10917a2dc5
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@
|
|||
<groupbox closable="false">
|
||||
<caption id="materialsCaption" label="${i18n:_('List of materials for all categories (select one to filter)')}"/>
|
||||
<button id="btnAddMaterial"
|
||||
label="${i18n:_('Add')}"
|
||||
label="${i18n:_('New')}"
|
||||
onClick="materialsController.addMaterialToMaterialCategory(categoriesTree.selectedItem)" />
|
||||
<separator spacing="15px" orient="horizontal" />
|
||||
<newdatasortablegrid id="gridMaterials"
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ function unitMeasureAssign($UMeasure, $materialName){
|
|||
function materialFormCreate($material, $measure){
|
||||
_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]"), $material);
|
||||
_setSelected(_select(0), $measure);
|
||||
_click(_cell("Save"));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue