Skip to content

Commit

Permalink
Update packages/grid-pro/test/edit-column-type.common.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Vinogradov <[email protected]>
  • Loading branch information
ugur-vaadin and vursen committed Mar 27, 2024
1 parent 0df8bde commit 1c27e3b
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 nextFrame();
await sendKeys({ down: 'b' });
await sendKeys({ down: 'Enter' });
expect(cell._content.textContent).to.equal('ab');
Expand Down

0 comments on commit 1c27e3b

Please sign in to comment.