UNPKG

@wordpress/e2e-test-utils-playwright

Version:
13 lines 407 B
/** * Internal dependencies */ import type { Admin } from './'; /** * Visits admin page and handle errors. * * @param this * @param adminPath String to be serialized as pathname. * @param query String to be serialized as query portion of URL. */ export declare function visitAdminPage(this: Admin, adminPath: string, query?: string): Promise<void>; //# sourceMappingURL=visit-admin-page.d.ts.map