You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -607,7 +607,7 @@ test('Navigate to first cell in the first row when virtual scrolling and columns
607
607
}));
608
608
609
609
[true,false].forEach((useNative)=>{
610
-
test(`${useNative ? 'Native' : 'Simulated'} scrolling: Focus should be on the first focusable cell when pressing the Ctrl + Home key when row dragging, virtual scrolling and columns are enabled`,async(t)=>{
610
+
test.meta({unstable: true})(`${useNative ? 'Native' : 'Simulated'} scrolling: Focus should be on the first focusable cell when pressing the Ctrl + Home key when row dragging, virtual scrolling and columns are enabled`,async(t)=>{
@@ -651,7 +651,7 @@ test('Navigate to first cell in the first row when virtual scrolling and columns
651
651
},
652
652
}));
653
653
654
-
test(`${useNative ? 'Native' : 'Simulated'} scrolling: Focus should be on the last focusable cell when pressing the Ctrl + Home key when row dragging, virtual scrolling and columns are enabled`,async(t)=>{
654
+
test.meta({unstable: true})(`${useNative ? 'Native' : 'Simulated'} scrolling: Focus should be on the last focusable cell when pressing the Ctrl + Home key when row dragging, virtual scrolling and columns are enabled`,async(t)=>{
0 commit comments