Skip to content

Commit c5d721d

Browse files
committed
spec(tooltip): revert from inital to none as its the computed style
1 parent 9cfcad6 commit c5d721d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/directives/tooltip/tooltip.directive.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ describe('IgxTooltip', () => {
529529
verifyTooltipVisibility(tooltipNativeElement, tooltipTarget, true);
530530

531531
const maxWidth = getComputedStyle(tooltipNativeElement).maxWidth;
532-
expect(maxWidth).toBe('initial');
532+
expect(maxWidth).toBe('none');
533533
}));
534534
});
535535

0 commit comments

Comments
 (0)