@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';
/**
* Publishes the post, resolving once the request is complete (once a notice
* is displayed).
*
* @param this
*/
export declare function publishPost(this: Editor): Promise<number | null>;
//# sourceMappingURL=publish-post.d.ts.map