Skip to content

Commit a77fe68

Browse files
committed
update the test
1 parent 559cd63 commit a77fe68

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/x-data-grid/src/tests/filterPanel.DataGrid.test.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,6 @@ describe('<DataGrid /> - Filter panel', () => {
466466
);
467467
expect(screen.queryAllByRole('tooltip').length).to.deep.equal(1);
468468

469-
// TODO v6: remove the next two lines
470-
deleteFilterForm();
471-
expect(onFilterModelChange.lastCall.args[0].items[0].value).to.equal(undefined);
472-
473469
deleteFilterForm();
474470
clock.tick(100);
475471
expect(screen.queryAllByRole('tooltip').length).to.deep.equal(0);

0 commit comments

Comments
 (0)