UNPKG

@wordpress/e2e-test-utils

Version:
11 lines (10 loc) 399 B
async function findSidebarPanelToggleButtonWithTitle(panelTitle) { const buttons = await page.$x( `//div[contains(@class,"editor-sidebar")]//button[@class="components-button components-panel__body-toggle"][contains(text(),"${panelTitle}")]` ); return buttons[0]; } export { findSidebarPanelToggleButtonWithTitle }; //# sourceMappingURL=find-sidebar-panel-toggle-button-with-title.js.map