Skip to content

Commit ec53209

Browse files
committed
fix: update test
1 parent ea000fa commit ec53209

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/components/src/menu-dropdown/menu-dropdown.component.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ describe('Menu dropdown Component', () => {
2626

2727
test('should display trigger content as expected', () => {
2828
spectator = createHost(
29-
`
30-
<ht-menu-dropdown label="Settings" icon="${IconType.MoreHorizontal}">
31-
</ht-menu-dropdown>`
29+
`<ht-menu-dropdown label="Settings" icon="${IconType.MoreHorizontal}"><ht-menu-item label="Option 1"></ht-menu-item></ht-menu-dropdown>`
3230
);
3331

3432
expect(spectator.query('.trigger-content')).toExist();

0 commit comments

Comments
 (0)