UNPKG

cypress-enterprise-commands

Version:

Reusable Cypress custom commands for enterprise web applications

11 lines (10 loc) 517 B
declare namespace Cypress { interface Chainable<Subject> { prepareBeforeVerifyJournalEntry(transactionCodeIndex: number, transactionDateIndex: number, journalCodeIndex: number): Chainable<any>; confirmEmailRegExCompatibility(fieldSelector: string, validEmail: string): Chainable<any>; inputSearchDialog(search: string): Chainable<any>; checkLink(urlStr: string): Chainable<any>; switchingToTreeView(): Chainable<any>; switchingToListView(): Chainable<any>; } }