Skip to content

Commit 83fd6f7

Browse files
committed
chore(*): update unit tests
1 parent ab16d86 commit 83fd6f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/tabs/tabs/tabs.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ describe('IgxTabs', () => {
13101310
headers = tabItems.map(item => item.headerComponent.nativeElement);
13111311
});
13121312

1313-
fit('should position scroll buttons properly', () => {
1313+
it('should position scroll buttons properly', () => {
13141314
fix.componentInstance.wrapperDiv.nativeElement.style.width = '300px';
13151315
fix.detectChanges();
13161316

@@ -1319,7 +1319,7 @@ describe('IgxTabs', () => {
13191319
expect(scrollNextButton.nativeElement.offsetLeft).toBeLessThan(scrollPrevButton.nativeElement.offsetLeft);
13201320
});
13211321

1322-
fit('should select next tab when left arrow is pressed and previous tab when right arrow is pressed', fakeAsync(() => {
1322+
it('should select next tab when left arrow is pressed and previous tab when right arrow is pressed', fakeAsync(() => {
13231323
tick(100);
13241324
fix.detectChanges();
13251325
headers = tabs.items.map(item => item.headerComponent.nativeElement);

0 commit comments

Comments
 (0)