Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Aug 8, 2024
1 parent c30d0b5 commit fb12801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ describe('<DataGrid /> - Row selection', () => {
fireEvent.keyDown(cell, { key: 'ArrowLeft' });
fireEvent.keyDown(getCell(1, 0).querySelector('input')!, { key: 'ArrowUp' });
clock.runToLast(); // Wait for transition
expect(document.querySelectorAll('.MuiTouchRipple-rippleVisible')).to.have.length(1);
expect(document.querySelectorAll('.MuiTouchRipple-rippleVisible')).to.have.length(0);
});
});
});
Expand Down

0 comments on commit fb12801

Please sign in to comment.