@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
8 lines • 388 B
TypeScript
/**
* Check the title of the current browser window
* @param {Type} falseCase Whether to check if the title matches the
* expected value or not
* @param {Type} expectedTitle The expected title
*/
export declare function checkTitle(falseCase: string, expectedTitle: string): Promise<void>;
//# sourceMappingURL=checkTitle.d.ts.map