@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
11 lines • 625 B
TypeScript
/*! https://github.com/webdriverio/cucumber-boilerplate/blob/master/src/support/check/checkClass.js */
/**
* Check if the given element has the given class
* @param {String} selector Element selector
* @param {String} falseCase Whether to check for the
* class to exist
* or not ('has', 'does not have')
* @param {String} expectedClassName The class name to check
*/
export declare function checkClass(selector: string, falseCase: string, expectedClassName: string): Promise<void>;
//# sourceMappingURL=checkClass.d.ts.map