Skip to content

Commit 3dfa655

Browse files
authored
fix(module:tooltip): fix tooltip.spec.ts (#7893)
1 parent 78541e1 commit 3dfa655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/tooltip/tooltip.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ describe('arrow', () => {
346346
component = testBed.component;
347347
}));
348348

349-
fit('should support arrow pointing at center', () => {
349+
it('should support arrow pointing at center', () => {
350350
const overlayElement = getOverlayElementForTooltip(component.tooltipDirective);
351351

352352
expect(overlayElement.querySelector('.ant-tooltip-arrow')).toBeTruthy();

0 commit comments

Comments
 (0)