@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
9 lines • 502 B
TypeScript
/**
* Check the dimensions of the given element
* @param {String} selector Element selector
* @param {String} falseCase Whether to check if the dimensions match or not
* @param {String} expectedSize Expected size
* @param {String} dimension Dimension to check (broad or tall)
*/
export declare function checkDimension(selector: string, falseCase: string, expectedSize: string, dimension: "broad" | "tall"): Promise<void>;
//# sourceMappingURL=checkDimension.d.ts.map