diff --git a/api-test/frontend/src/business/automation/report/components/AssertionResults.vue b/api-test/frontend/src/business/automation/report/components/AssertionResults.vue
index 1b3ee1d6d6..a38d3f16bc 100644
--- a/api-test/frontend/src/business/automation/report/components/AssertionResults.vue
+++ b/api-test/frontend/src/business/automation/report/components/AssertionResults.vue
@@ -1,31 +1,34 @@
-
-
-
- {{ !scope.row.name || scope.row.name === 'null' ? "" : scope.row.name }}
-
-
-
-
-
-
-
- {{ $t('api_report.success') }}
-
-
- {{ $t('api_report.fail') }}
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{ !scope.row.name || scope.row.name === 'null' ? "" : scope.row.name }}
+
+
+
+
+
+
+
+ {{ $t('api_report.success') }}
+
+
+ {{ $t('api_report.fail') }}
+
+
+
+
+
+
+
+
+
+
+
+
-
+