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 c6e564d commit 5df2da4Copy full SHA for 5df2da4
projects/igniteui-angular/src/lib/tabs/tabs/tabs.component.spec.ts
@@ -1438,7 +1438,7 @@ describe('IgxTabs', () => {
1438
expect(scrollNextButton.nativeElement.offsetLeft).toBeLessThan(scrollPrevButton.nativeElement.offsetLeft);
1439
});
1440
1441
- it('should select next tab when left arrow is pressed and previous tab when right arrow is pressed', fakeAsync(() => {
+ xit('should select next tab when left arrow is pressed and previous tab when right arrow is pressed', fakeAsync(() => {
1442
tick(100);
1443
fix.detectChanges();
1444
headers = tabs.items.map(item => item.headerComponent.nativeElement);
0 commit comments