Skip to content

Commit

Permalink
Adjust the unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
MBilalShafi committed Dec 18, 2024
1 parent 3c5736c commit addf396
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/x-data-grid/src/tests/DataGrid.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ describe('<DataGrid />', () => {
</div>,
);

expect(document.querySelector('[data-custom-id="grid-1"]')).to.equal(gridRef.current);
expect(document.querySelector('[aria-label="Grid one"]')).to.equal(gridRef.current);
expect(document.querySelector('[data-custom-id="root-1"]')).to.equal(rootRef.current);
expect(document.querySelector('[aria-label="Root one"]')).to.equal(rootRef.current);

Expand Down

0 comments on commit addf396

Please sign in to comment.