UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

8 lines 407 B
/** * Check if the given string is in the URL path * @param {String} falseCase Whether to check if the given string is in * the URL path or not * @param {String} expectedUrlPart The string to check for */ export declare function checkInURLPath(falseCase: string, expectedUrlPart: string): Promise<void>; //# sourceMappingURL=checkInURLPath.d.ts.map