|
@@ -7,6 +7,7 @@ import {
|
|
|
successIntercept,
|
|
|
tableBtnClick,
|
|
|
validateDelete,
|
|
|
+ validateExport,
|
|
|
validateModalOperation,
|
|
|
validatePut,
|
|
|
validateTableList,
|
|
@@ -87,6 +88,7 @@ describe('容器管理', function () {
|
|
|
],
|
|
|
{toolId: 'container_filter', url: '/container/getContainer'},
|
|
|
);
|
|
|
+ validateExport('container_table');
|
|
|
});
|
|
|
|
|
|
it('operation', function () {
|
|
@@ -141,5 +143,7 @@ describe('容器管理', function () {
|
|
|
['operationName', {id: 'containerDate', type: 'date'}],
|
|
|
{toolId: 'container_scrap_filter', url: '/container/getScrap'},
|
|
|
);
|
|
|
+
|
|
|
+ validateExport('container_scrap_table');
|
|
|
});
|
|
|
});
|