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