Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed Jan 19, 2024
1 parent d555fc1 commit 11537b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ describe("calcite-action-menu", () => {
expect(actions[1].getAttribute(activeAttr)).toBe(null);
expect(actions[2].getAttribute(activeAttr)).toBe(null);

// native click is used to close the open menu
await page.$eval("calcite-action", (el: HTMLCalciteActionElement) => el.click());

expect(await actionMenu.getProperty("open")).toBe(false);
Expand Down

0 comments on commit 11537b8

Please sign in to comment.