Skip to content

Commit

Permalink
trying to fix test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtassone committed Oct 27, 2020
1 parent b785784 commit 2452678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid/x-grid/src/XGrid.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ describe('<XGrid />', () => {
);
await raf();
const header = screen.getByRole('columnheader', { name: 'brand' });
// await sleep(100);
await sleep(100);
expect(getColumnValues()).to.deep.equal(['Nike', 'Adidas', 'Puma']);
fireEvent.click(header);
await sleep(100);
Expand Down

0 comments on commit 2452678

Please sign in to comment.