UNPKG

@wordpress/e2e-test-utils

Version:
11 lines (10 loc) 233 B
async function clickMenuItem(label) { const menuItem = await page.waitForXPath( `//*[@role="menu"]//*[text()="${label}"]` ); await menuItem.click(); } export { clickMenuItem }; //# sourceMappingURL=click-menu-item.js.map