|
|
@@ -38,11 +38,6 @@ describe('gs错误日志', function () {
|
|
|
});
|
|
|
|
|
|
it('table', function () {
|
|
|
- validateExport('error_log_table');
|
|
|
- // 重试
|
|
|
- tableBtnClick('error_log_table', 0);
|
|
|
-
|
|
|
- validateMessageContent('已重试');
|
|
|
validateTableList('error_log_table');
|
|
|
validateTableSearch(
|
|
|
'error_log_table',
|
|
|
@@ -50,8 +45,8 @@ describe('gs错误日志', function () {
|
|
|
'url',
|
|
|
'errorInfo',
|
|
|
'dataVal',
|
|
|
- 'type',
|
|
|
{id: 'date', type: 'date', enableTime: true},
|
|
|
+ 'type',
|
|
|
],
|
|
|
{
|
|
|
toolId: 'error_log_filter',
|
|
|
@@ -59,4 +54,12 @@ describe('gs错误日志', function () {
|
|
|
},
|
|
|
);
|
|
|
});
|
|
|
+
|
|
|
+ it('operation', function () {
|
|
|
+ validateExport('error_log_table');
|
|
|
+
|
|
|
+ // 重试
|
|
|
+ tableBtnClick('error_log_table', 0);
|
|
|
+ validateMessageContent('已重试');
|
|
|
+ });
|
|
|
});
|