Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Co-authored-by: Armin Mehinovic <[email protected]>
Signed-off-by: Bilal Shafi <[email protected]>
  • Loading branch information
MBilalShafi and arminmeh authored Sep 27, 2024
1 parent 7035527 commit bfabc3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ describe('<DataGrid /> - Row selection', () => {
expect(input2.checked).to.equal(true);
});

it('should remove the unfiltered rows when filtering', async function test() {
it('should remove the selection from rows that are filtered out', async function test() {
if (isJSDOM) {
this.skip();
}
Expand Down

0 comments on commit bfabc3d

Please sign in to comment.