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 ea000fa commit ec53209Copy full SHA for ec53209
projects/components/src/menu-dropdown/menu-dropdown.component.test.ts
@@ -26,9 +26,7 @@ describe('Menu dropdown Component', () => {
26
27
test('should display trigger content as expected', () => {
28
spectator = createHost(
29
- `
30
- <ht-menu-dropdown label="Settings" icon="${IconType.MoreHorizontal}">
31
- </ht-menu-dropdown>`
+ `<ht-menu-dropdown label="Settings" icon="${IconType.MoreHorizontal}"><ht-menu-item label="Option 1"></ht-menu-item></ht-menu-dropdown>`
32
);
33
34
expect(spectator.query('.trigger-content')).toExist();
0 commit comments