@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
9 lines • 487 B
TypeScript
/**
* Check the text of a modal
* @param {String} modalType The type of modal that is expected
* (alertbox, confirmbox or prompt)
* @param {String} falseState Whether to check if the text matches or not
* @param {String} expectedText The text to check against
*/
export declare function checkModalText(modalType: string, falseState: string, expectedText: string): Promise<void>;
//# sourceMappingURL=checkModalText.d.ts.map