@wordpress/e2e-test-utils-playwright
Version:
End-To-End (E2E) test utils for WordPress.
12 lines • 339 B
TypeScript
/**
* Internal dependencies
*/
import type { Editor } from './index';
/**
* Clicks a block toolbar button.
*
* @param this
* @param label The text string of the button label.
*/
export declare function clickBlockOptionsMenuItem(this: Editor, label: string): Promise<void>;
//# sourceMappingURL=click-block-options-menu-item.d.ts.map