소스 검색

chore: 移除物料管理中的only

xyh 2 년 전
부모
커밋
ac235f2a84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cypress/e2e/material.cy.ts

+ 1 - 1
cypress/e2e/material.cy.ts

@@ -79,7 +79,7 @@ describe('物料管理', function () {
     );
   });
 
-  it.only('operation', function () {
+  it('operation', function () {
     const {validateEdit} = validatePut('goods_modal', 'goods_table', {
       label: '物料',
     });