We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea43eb commit 56f2e50Copy full SHA for 56f2e50
src/cdk/drag-drop/drag.spec.ts
@@ -1622,7 +1622,7 @@ describe('CdkDrag', () => {
1622
dropInstances[0].connectedTo = dropInstances[1];
1623
dropInstances[1].connectedTo = [];
1624
1625
- dispatchMouseEvent(item.element.nativeElement, 'mousedown');
+ startDraggingViaMouse(fixture, item.element.nativeElement);
1626
fixture.detectChanges();
1627
1628
const placeholder = dropZones[0].querySelector('.cdk-drag-placeholder')!;
0 commit comments