@wordpress/e2e-test-utils-playwright
Version:
End-To-End (E2E) test utils for WordPress.
13 lines • 407 B
TypeScript
/**
* 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