Skip to content

Commit

Permalink
test: add another await next render after the first keydown
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur-vaadin committed Mar 18, 2024
1 parent d5939d1 commit 3a62f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grid-pro/test/edit-column-type.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ describe('edit column editor type', () => {
cell = getContainerCell(grid.$.items, 0, columns.indexOf(column));
cell.focus();
await sendKeys({ down: 'a' });
await nextRender();
await sendKeys({ down: 'b' });
await sendKeys({ down: 'Enter' });
await nextRender();
Expand Down

0 comments on commit 3a62f57

Please sign in to comment.