UNPKG

@wordpress/e2e-test-utils-playwright

Version:
11 lines 382 B
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