diff --git a/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue b/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue
index 0e8a34de8f..d0827ea95d 100644
--- a/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue
+++ b/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue
@@ -26,7 +26,7 @@
{{ $t('commons.testing') }}
-
+
{{ request.requestResult[0].success ? 'success' : 'error' }}