Skip to content

Commit 2d2bfbd

Browse files
committed
test(*): Exclude two suspicious DND tests.
1 parent 8cee025 commit 2d2bfbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/query-builder/query-builder.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2452,7 +2452,7 @@ describe('IgxQueryBuilder', () => {
24522452
expect(chipComponents[1].nativeElement.getBoundingClientRect().height).toBe(0);
24532453
});
24542454

2455-
it('should render drop ghost properly when mouse dragged.', async () => {
2455+
xit('should render drop ghost properly when mouse dragged.', async () => {
24562456
const draggedChip = chipComponents[1].componentInstance;
24572457
const draggedChipCenter = QueryBuilderFunctions.getElementCenter(draggedChip.chipArea.nativeElement);
24582458
const dragDir = draggedChip.dragDirective;
@@ -2946,7 +2946,7 @@ describe('IgxQueryBuilder', () => {
29462946
expect(QueryBuilderFunctions.getChipContent(newGroupConditions[0])).toBe("OrderDate Today");
29472947
});
29482948

2949-
it('should render drop ghost properly when keyboard dragged.', async () => {
2949+
xit('should render drop ghost properly when keyboard dragged.', async () => {
29502950
const draggedIndicator = fix.debugElement.queryAll(By.css('.igx-drag-indicator'))[1];
29512951
const tree = fix.debugElement.query(By.css('.igx-filter-tree'));
29522952

0 commit comments

Comments
 (0)