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 a991ffd commit b2d2f05Copy full SHA for b2d2f05
src/lib/tooltip/tooltip.spec.ts
@@ -135,8 +135,9 @@ describe('MdTooltip', () => {
135
fixture.detectChanges();
136
tick(150);
137
138
+ const tooltipDelay = 1000;
139
tooltipDirective.hide();
- tick(TOOLTIP_HIDE_DELAY); // Change the tooltip state to hidden and trigger animation start
140
+ tick(tooltipDelay); // Change the tooltip state to hidden and trigger animation start
141
142
// Store the tooltip instance, which will be set to null after the button is hidden.
143
const tooltipInstance = tooltipDirective._tooltipInstance;
0 commit comments