diff --git a/src/components/menu-item/menu-item.stories.ts b/src/components/menu-item/menu-item.stories.ts
index ef60689cfaf..1ec9a0c1842 100644
--- a/src/components/menu-item/menu-item.stories.ts
+++ b/src/components/menu-item/menu-item.stories.ts
@@ -67,6 +67,30 @@ export const iconsBoth = (): string => html`
/>
`;
+export const allIconsAndSubMenu_TestOnly = (): string => html`
+
+
+
+
+
+
+
+
+ `;
+
+export const allIconsAndSubMenuVertical_TestOnly = (): string => html`
+
+
+
+
+
+
+
+
+
+`;
+
export const darkModeRTL_TestOnly = (): string =>
html`
{this.text}
- {!this.href && this.hasSubmenu ? this.renderDropdownIcon(dir) : null}
- {this.breadcrumb ? this.renderBreadcrumbIcon(dir) : null}
{this.iconEnd && this.renderIconEnd()}
+ {this.breadcrumb ? this.renderBreadcrumbIcon(dir) : null}
+ {!this.href && this.hasSubmenu ? this.renderDropdownIcon(dir) : null}
);
}
diff --git a/src/demos/menu.html b/src/demos/menu.html
index 380fa7d21e5..27d497e1f41 100644
--- a/src/demos/menu.html
+++ b/src/demos/menu.html
@@ -342,7 +342,7 @@
-
+