UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

8 lines 410 B
/** * Check if the current URL path matches the given path * @param {String} falseCase Whether to check if the path matches the * expected value or not * @param {String} expectedPath The expected path to match against */ export declare function checkUrlPath(falseCase: string, expectedPath: string): Promise<void>; //# sourceMappingURL=checkURLPath.d.ts.map