UNPKG

@wordpress/e2e-test-utils-playwright

Version:
17 lines 357 B
/** * 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