Skip to content

Commit

Permalink
Add context for the additional test
Browse files Browse the repository at this point in the history
Co-authored-by: Bilal Shafi <[email protected]>
Signed-off-by: Armin Mehinovic <[email protected]>
  • Loading branch information
arminmeh and MBilalShafi authored Aug 19, 2024
1 parent 4ba6f2b commit 2ff11c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ describe('<DataGridPremium /> - Clipboard', () => {
expect(getCell(2, 2)).to.have.text(clipboardData);
});

it('should paste into cells on the current page when pagination is in "server" mode', async () => {
// Context: https://github.com/mui/mui-x/issues/14233
it('should paste into cells on the current page when `paginationMode="server"`', async () => {
const rowLength = 4;

const { setProps } = render(
Expand Down

0 comments on commit 2ff11c3

Please sign in to comment.