Skip to content

Commit

Permalink
test: try fix a test failing on CI only
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Nov 8, 2023
1 parent 5d4e528 commit 0e88478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid-pro/test/edit-column-type.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ describe('edit column editor type', () => {
await nextFrame();
expect(column._getEditorComponent(cell)).to.not.be.ok;
expect(cell._content.textContent).to.equal(value);
expect(spy.calledOnce).to.be.true;
expect(spy.called).to.be.true;
});

it('should work with `enterNextRow`', async () => {
Expand Down

0 comments on commit 0e88478

Please sign in to comment.