UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

9 lines 494 B
/** * Compare the contents of two elements with each other * @param {String} selector1 Element selector for the first element * @param {String} falseCase Whether to check if the contents of both * elements match or not * @param {String} selector2 Element selector for the second element */ export declare function compareText(selector1: string, falseCase: string, selector2: string): Promise<void>; //# sourceMappingURL=compareText.d.ts.map