Skip to content

Commit

Permalink
Revert "test: await next render before assertion"
Browse files Browse the repository at this point in the history
This reverts commit d5939d1.
  • Loading branch information
ugur-vaadin committed Mar 27, 2024
1 parent 727a168 commit 83081e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/grid-pro/test/edit-column-type.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ describe('edit column editor type', () => {
await sendKeys({ down: 'a' });
await sendKeys({ down: 'b' });
await sendKeys({ down: 'Enter' });
await nextRender();
expect(cell._content.textContent).to.equal('ab');
});
});
Expand Down

0 comments on commit 83081e5

Please sign in to comment.