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 e3fa3aef07..a1a98107ae 100644 --- a/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue +++ b/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue @@ -25,9 +25,9 @@ @@ -42,54 +42,76 @@

{{ $t('api_test.definition.request.req_param') }}

- + + + - + - - - - - +
@@ -500,6 +522,7 @@ export default { .ms-req-error { color: #F56C6C; } + .ms-test-running { color: #6D317C; }