Skip to content

Commit c02984f

Browse files
committed
test(*): Exclude keyboard nav and templates
1 parent 39b137c commit c02984f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,7 +2163,7 @@ describe('IgxQueryBuilder', () => {
21632163
}));
21642164
});
21652165

2166-
describe('Keyboard navigation', () => {
2166+
xdescribe('Keyboard navigation', () => {
21672167
it('Should navigate with Tab/Shift+Tab through entity and fields inputs, chips, their respective drop & delete icons and operator drop-down button', fakeAsync(() => {
21682168
queryBuilder.expressionTree = QueryBuilderFunctions.generateExpressionTree();
21692169
fix.detectChanges();
@@ -2237,7 +2237,7 @@ describe('IgxQueryBuilder', () => {
22372237
}));
22382238
});
22392239

2240-
describe('Templates', () => {
2240+
xdescribe('Templates', () => {
22412241
let fixture: ComponentFixture<IgxQueryBuilderCustomTemplateSampleTestComponent>;
22422242
beforeEach(fakeAsync(() => {
22432243
fixture = TestBed.createComponent(IgxQueryBuilderCustomTemplateSampleTestComponent);
@@ -2417,13 +2417,9 @@ describe('IgxQueryBuilder', () => {
24172417
expect(dropGhost).toBeDefined();
24182418
expect(dropGhost.innerText).toBe('My Drop here to insert');
24192419
}));
2420-
});
2421-
2422-
describe('Overlay settings', () => {
2423-
it('', () => { });
2424-
});
2420+
});
24252421

2426-
xdescribe('Drag and drop', () => {
2422+
describe('Drag and drop', () => {
24272423
const ROW_HEIGHT = 40;
24282424
const DROP_CONDITION_HERE = "Drop here to insert";
24292425
let chipComponents = [];

0 commit comments

Comments
 (0)