bbovenzi commented on code in PR #23290:
URL: https://github.com/apache/airflow/pull/23290#discussion_r861825371


##########
airflow/www/static/js/tree/dagRuns/index.test.jsx:
##########
@@ -42,13 +42,13 @@ const Wrapper = ({ children }) => {
           <ContainerRefProvider value={{}}>
             <TimezoneProvider value={{ timezone: 'UTC' }}>
               <AutoRefreshProvider value={{ isRefreshOn: false, stopRefresh: 
() => {} }}>
-                <SelectionProvider value={{ onSelect: () => {}, selected: {} 
}}>
+                <MemoryRouter>

Review Comment:
   Yes, tests aren't run on an actual browser so we use a different router.



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