@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
8 lines • 385 B
TypeScript
/**
* Check the URL of the given browser window
* @param {String} falseCase Whether to check if the URL matches the
* expected value or not
* @param {String} expectedUrl The expected URL to check against
*/
export declare function checkUrl(falseCase: string, expectedUrl: string): Promise<void>;
//# sourceMappingURL=checkURL.d.ts.map