@wordpress/e2e-test-utils-playwright
Version:
End-To-End (E2E) test utils for WordPress.
12 lines • 310 B
TypeScript
/**
* Internal dependencies
*/
import type { Editor } from './index';
/**
* The block toolbar is not always visible while typing.
* Call this function to reveal it.
*
* @param this
*/
export declare function showBlockToolbar(this: Editor): Promise<void>;
//# sourceMappingURL=show-block-toolbar.d.ts.map