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 2a2009a commit 00209edCopy full SHA for 00209ed
src/dialog/tooltip/tooltip.directive.spec.ts
@@ -39,7 +39,7 @@ describe("Tooltip directive", () => {
39
it("should create the tooltip component and tooltip should appear at the top", () => {
40
TestBed.overrideComponent(TooltipTestComponent, {
41
set: {
42
- template: "<button ibmTooltip='Hello There' placement='top'>Me</button>"
+ template: "<button ibmTooltip='Hello There' placement='top'>Me</button><ibm-placeholder></ibm-placeholder>"
43
}
44
});
45
const fixture = TestBed.createComponent(TooltipTestComponent);
0 commit comments