UNPKG

cypress-enterprise-commands

Version:

Reusable Cypress custom commands for enterprise web applications

14 lines (13 loc) 594 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>; } } declare const getWrappedNumber: (x: JQuery<HTMLElement>) => number; declare const trimText: (text: string) => string;