|
@@ -61,6 +61,7 @@ describe('物料管理', function() {
|
|
|
cy.getTestId('field_goodsSize').should('have.value', '1');
|
|
|
validateSelect('select_goodsMixin', '是');
|
|
|
validateSelect('select_goodsRecommend', '是');
|
|
|
+ cy.get('#operation_goodsPartType').should('have.value', '半成品');
|
|
|
});
|
|
|
});
|
|
|
});
|