vatsrahul1001 commented on code in PR #59633:
URL: https://github.com/apache/airflow/pull/59633#discussion_r2657099528


##########
airflow-core/src/airflow/ui/src/components/Banner/BackfillBanner.tsx:
##########
@@ -102,7 +102,15 @@ const BackfillBanner = ({ dagId }: Props) => {
   }
 
   return (
-    <Box bg="info.solid" borderRadius="full" color="info.contrast" my="1" 
px="2" py="1">
+    <Box
+      bg="info.solid"
+      borderRadius="full"
+      color="info.contrast"
+      data-testid="backfill-status"

Review Comment:
   @iharsh02 do we still need this? I do not see this being used 



-- 
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]

Reply via email to