UNPKG

cypress-enterprise-commands

Version:

Reusable Cypress custom commands for enterprise web applications

8 lines (7 loc) 269 B
declare namespace Cypress { interface Chainable<Subject> { inputText(attr: string, str: string): Chainable<any>; inputTextArea(index: number, text: string): Chainable<any>; inputDecimal(index: number, value: number): Chainable<any>; } }