浏览代码

chore: 原材料菜单名称修改

xyh 2 年之前
父节点
当前提交
8cc8e7021a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      cypress/e2e/rawInStream.cy.ts
  2. 1 1
      cypress/e2e/rawOutStream.cy.ts

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

@@ -20,7 +20,7 @@ describe('入库流水管理', function() {
     loginSetup();
     optionsIntercept();
     dictionaryIntercept();
-    intoMenu('流水管理', '入库流水列表');
+    intoMenu('流水管理', '原材料入库流水列表');
   });
 
   beforeEach(function() {

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

@@ -18,7 +18,7 @@ describe('出库流水', function() {
     loginSetup();
     optionsIntercept();
     dictionaryIntercept();
-    intoMenu('流水管理', '出库流水列表');
+    intoMenu('流水管理', '原材料出库流水列表');
   });
 
   beforeEach(function() {