UNPKG

cypress-enterprise-commands

Version:

Reusable Cypress custom commands for enterprise web applications

9 lines (8 loc) 476 B
declare namespace Cypress { interface Chainable<Subject> { verifySearchFunctionality(searchSelector: string, columnIndices: number[]): Chainable<any>; selectAllStatusExceptPostFilter(statusSelector: string, PostedIndex: number): Chainable<any>; selectPostFilter(statusSelector: string, postedIndex: number): Chainable<any>; getCellValueWhenCondition(targetCol: number, conditionCol: number, conditionValue: string): Chainable<any>; } }