Skip to content

Commit

Permalink
update the test
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Jul 12, 2024
1 parent 559cd63 commit a77fe68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/x-data-grid/src/tests/filterPanel.DataGrid.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -466,10 +466,6 @@ describe('<DataGrid /> - Filter panel', () => {
);
expect(screen.queryAllByRole('tooltip').length).to.deep.equal(1);

// TODO v6: remove the next two lines
deleteFilterForm();
expect(onFilterModelChange.lastCall.args[0].items[0].value).to.equal(undefined);

deleteFilterForm();
clock.tick(100);
expect(screen.queryAllByRole('tooltip').length).to.deep.equal(0);
Expand Down

0 comments on commit a77fe68

Please sign in to comment.