diff --git a/.changeset/rotten-deers-cough.md b/.changeset/rotten-deers-cough.md new file mode 100644 index 00000000000..3b60937f23b --- /dev/null +++ b/.changeset/rotten-deers-cough.md @@ -0,0 +1,5 @@ +--- +"@wso2is/admin.actions.v1": patch +--- + +Fix data-componentids in actions component diff --git a/features/admin.actions.v1/components/action-config-form.tsx b/features/admin.actions.v1/components/action-config-form.tsx index 65a7091e3cd..cba4742caac 100644 --- a/features/admin.actions.v1/components/action-config-form.tsx +++ b/features/admin.actions.v1/components/action-config-form.tsx @@ -368,7 +368,9 @@ const ActionConfigForm: FunctionComponent = ({ return ( + className="alert-title" + data-componentid={ `${ _componentId }-authentication-info-box-title` } + > = ({ } } ariaLabel="endpointUri" required={ true } - data-componentid={ `${ _componentId }-action-name` } + data-componentid={ `${ _componentId }-action-endpointUri` } name="endpointUri" type="text" label={ t("actions:fields.endpoint.label") } diff --git a/features/admin.actions.v1/pages/action-configuration-page.tsx b/features/admin.actions.v1/pages/action-configuration-page.tsx index 2b3065e572f..e50798c4ee3 100644 --- a/features/admin.actions.v1/pages/action-configuration-page.tsx +++ b/features/admin.actions.v1/pages/action-configuration-page.tsx @@ -365,7 +365,7 @@ const ActionConfigurationPage: FunctionComponent 0) { return ( -
+
{ t("actions:status.configured") } @@ -218,7 +221,10 @@ export const ActionTypesListingPage: FunctionComponent +
{ t("actions:status.notConfigured") }