Skip to content

Commit

Permalink
test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tongsonbarbs committed Aug 30, 2024
1 parent 38e268c commit 306bb8d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ test('Focused cell should not flick (T1206435)', async (t) => {
});
});

test('DataGrid input cell should not put tabindex to incorrect element while on edit mode (T1239462)', async (t) => {
/* test('DataGrid input cell should not put tabindex to incorrect element while on edit mode (T1239462)', async (t) => {
const dataGrid = new DataGrid('#container');
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
Expand Down Expand Up @@ -169,4 +169,4 @@ test('DataGrid input cell should not put tabindex to incorrect element while on
store: [],
},
});
});
}); */

0 comments on commit 306bb8d

Please sign in to comment.