Skip to content

Commit

Permalink
add missing nextFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Jan 8, 2025
1 parent 1d490b9 commit e251198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grid/test/drag-and-drop.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,7 @@ describe('drag and drop', () => {

async function assertDragSucceeds(draggedElement) {
await dragElement(draggedElement);
await nextFrame();
expect(grid.$.scroller.style.display).to.equal('');
}

Expand Down

0 comments on commit e251198

Please sign in to comment.