Skip to content

Commit

Permalink
fix(menus): fix test for menus
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Nov 20, 2020
1 parent a405897 commit c4eabc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kb-frosted-cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
addCssToCard(cardName, cssRule, cardName === "ha-card")
);

waitUntilDefined('ha-button-menu', undefined, enforceOld)
waitUntilDefined('ha-button-menu')
.then(() => customElements.get('ha-button-menu').render = () => console.log('rendering!'));

Promise.resolve()
Expand Down

0 comments on commit c4eabc0

Please sign in to comment.