@wordpress/e2e-test-utils-playwright
Version:
End-To-End (E2E) test utils for WordPress.
12 lines • 298 B
TypeScript
/**
* Internal dependencies
*/
import type { Admin } from '.';
/**
* Open the post with given ID in the editor.
*
* @param this
* @param postId Post ID to visit.
*/
export declare function editPost(this: Admin, postId: string | number): Promise<void>;
//# sourceMappingURL=edit-post.d.ts.map