UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

9 lines 489 B
/** * Check if the given elements contains text * @param {String} elementType Element type (element or button) * @param {String} selector Element selector * @param {String} falseCase Whether to check if the content contains * text or not */ export declare function checkContainsAnyText(elementType: string, selector: string, falseCase?: string | boolean): Promise<void>; //# sourceMappingURL=checkContainsAnyText.d.ts.map