@wordpress/e2e-test-utils-playwright
Version:
End-To-End (E2E) test utils for WordPress.
12 lines • 338 B
TypeScript
/**
* Internal dependencies
*/
import type { Editor } from './index';
/**
* Clicks on the button in the header which opens Document Settings sidebar when
* it is closed.
*
* @param this
*/
export declare function openDocumentSettingsSidebar(this: Editor): Promise<void>;
//# sourceMappingURL=open-document-settings-sidebar.d.ts.map