UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

8 lines 443 B
/** * Check the content of a cookie against a given value * @param {String} name The name of the cookie * @param {String} falseCase Whether or not to check if the value matches or not * @param {String} expectedValue The value to check against */ export declare function checkCookieContent(name: string, falseCase: string, expectedValue: string): Promise<void>; //# sourceMappingURL=checkCookieContent.d.ts.map