pierrejeambrun commented on code in PR #62182:
URL: https://github.com/apache/airflow/pull/62182#discussion_r2829082996
##########
airflow-core/src/airflow/ui/src/components/ConfigForm.tsx:
##########
@@ -55,6 +55,8 @@ const ConfigForm = <T extends FieldValues = FieldValues>({
const { t: translate } = useTranslation(["components", "common"]);
const { conf, setConf } = useParamStore();
+ // ConfigForm root element - data-testid added for testing
Review Comment:
Remove
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]