Skip to content

Commit

Permalink
Update libs/components/src/lib/menu/menu.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardHelm authored Feb 24, 2025
1 parent 8e47915 commit c02947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/components/src/lib/menu/menu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ describe('vwc-menu', () => {
expect(item.checked).toBe(true);
});

it('should handle menu items being synchronously checked after being connected', async () => {
it('should gracefully fail when a menu item is checked synchronously after connecting the menu', async () => {
const menu = document.createElement(COMPONENT_TAG) as Menu;
const menuItem1 = document.createElement('vwc-menu-item') as MenuItem;
const menuItem2 = document.createElement('vwc-menu-item') as MenuItem;
Expand Down

0 comments on commit c02947b

Please sign in to comment.