@wordpress/e2e-test-utils-playwright
Version:
End-To-End (E2E) test utils for WordPress.
11 lines • 382 B
TypeScript
import type { PageUtils } from './';
/**
* Checks if current path of the URL matches the provided path.
*
* @param this
* @param path String to be serialized as pathname.
*
* @return Boolean represents whether current URL is or not a WordPress path.
*/
export declare function isCurrentURL(this: PageUtils, path: string): boolean;
//# sourceMappingURL=is-current-url.d.ts.map