dstandish commented on code in PR #53116:
URL: https://github.com/apache/airflow/pull/53116#discussion_r2205058264


##########
airflow-core/src/airflow/ui/src/layouts/Details/DetailsLayout.tsx:
##########
@@ -79,7 +79,7 @@ export const DetailsLayout = ({ children, error, isLoading, 
tabs }: Props) => {
       </HStack>
       <Toaster />
       <BackfillBanner dagId={dagId} />
-      <Box flex={1} minH={0}>
+      <Box data-testid="debug-box" flex={1} minH={0}>

Review Comment:
   ha!
   
   that was me trying to figure out where these components showed up in the DOM 
where as i was stumbling through this. i will 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]

Reply via email to