UNPKG

cypress-enterprise-commands

Version:

Reusable Cypress custom commands for enterprise web applications

15 lines (14 loc) 641 B
declare namespace Cypress { interface Chainable<Subject> { verifyListVIewHasItems(): Chainable<any>; getInitItemsCountInListView(): Chainable<any>; assertNewItemAddedToListView(): Chainable<any>; assertAfterItemEditedInListView(): Chainable<any>; assertItemDeletedFromListView(): Chainable<any>; verifyEditDeleteButtonsNotExistanceWhenPostedStatus(): Chainable<any>; goToLastPaginatorPage(): Chainable<any>; getTableRowCount(): Chainable<number>; } } declare const getWrappedNumber: (x: JQuery<HTMLElement>) => number; declare const trimText: (text: string) => string;