This is an automated email from the ASF dual-hosted git repository.

msyavuz pushed a commit to branch msyavuz/fix/infinite-refresh-bug
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 21e8934aa57897050460b0f5cb2a7dda9fc1d029
Author: Mehmet Salih Yavuz <[email protected]>
AuthorDate: Fri Jan 9 21:16:54 2026 +0300

    chore: update test
---
 .../src/dashboard/components/gridComponents/Tab/Tab.test.tsx             | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/superset-frontend/src/dashboard/components/gridComponents/Tab/Tab.test.tsx 
b/superset-frontend/src/dashboard/components/gridComponents/Tab/Tab.test.tsx
index a5072293ad..e4e529eade 100644
--- a/superset-frontend/src/dashboard/components/gridComponents/Tab/Tab.test.tsx
+++ b/superset-frontend/src/dashboard/components/gridComponents/Tab/Tab.test.tsx
@@ -500,6 +500,7 @@ test('Should refresh charts when tab becomes active after 
dashboard refresh', as
     true, // Force refresh
     0, // Interval
     23, // Dashboard ID
+    true, // isLazyLoad flag
   );
 });
 

Reply via email to