Skip to content

Commit 442037d

Browse files
committed
chore(*): Fix failing test.
1 parent 0519a9e commit 442037d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/directives/drag-drop/drag-drop.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ describe('General igxDrag/igxDrop', () => {
572572
const startingX = (dragDirsRects[0].left + dragDirsRects[0].right) / 2;
573573
const startingY = (dragDirsRects[0].top + dragDirsRects[0].bottom) / 2;
574574
firstDrag.ghost = false;
575-
firstDrag.dragDirection = DragDirection.HORIZONTAL;
575+
firstDrag.dragDirection = DragDirection.VERTICAL;
576576
fix.detectChanges();
577577

578578
// Step 1.

0 commit comments

Comments
 (0)