Skip to content

Commit

Permalink
Remove only test
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Dec 19, 2024
1 parent 68b9f2a commit 3e30f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,7 @@ describe('<DataGridPremium /> - Row grouping', () => {
});
});

describe.only('column pinning', () => {
describe('column pinning', () => {
it('should keep the checkbox selection column position after column is unpinned when groupingColumnMode = "single"', () => {
const { setProps } = render(
<Test
Expand Down

0 comments on commit 3e30f3d

Please sign in to comment.