Browse Source

chore: 物料储量预警测试增加导出校验

xyh 2 years ago
parent
commit
15e83af80d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      cypress/e2e/reserveWarning.cy.ts

+ 3 - 0
cypress/e2e/reserveWarning.cy.ts

@@ -4,6 +4,7 @@ import {
   generateNetworkResult,
   intercept,
   intoMenu,
+  validateExport,
   validateTableList,
   validateTableSearch,
 } from './utils';
@@ -37,5 +38,7 @@ describe('物料储量预警', function () {
       toolId: 'reserves_warning_filter',
       url: '/queryList/reserveWarnings',
     });
+
+    validateExport('reserve_warning_table');
   });
 });