@wordpress/e2e-test-utils-playwright
Version:
End-To-End (E2E) test utils for WordPress.
17 lines • 357 B
TypeScript
/**
* External dependencies
*/
import type { Page } from '@playwright/test';
/**
* Internal dependencies
*/
import type { Editor } from './index';
/**
* Opens the preview page of an edited post.
*
* @param this
*
* @return preview page.
*/
export declare function openPreviewPage(this: Editor): Promise<Page>;
//# sourceMappingURL=preview.d.ts.map