UNPKG

@wordpress/e2e-test-utils-playwright

Version:
12 lines 298 B
/** * 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