UNPKG

cypress-enterprise-commands

Version:

Reusable Cypress custom commands for enterprise web applications

16 lines (15 loc) 631 B
declare namespace Cypress { interface Chainable<Subject> { navigateToTheLatestScreen(): Chainable<any>; navigateToJournalEntryViewScreen(): Chainable<any>; switchBetweenTabs(index: number): Chainable<any>; zoomOut(): Chainable<any>; reloadScreen(): Chainable<any>; goBack(): Chainable<any>; clickAddNew(): Chainable<any>; navigateAndLoginIfNeeded(fullUrl: string, isInventory: boolean): Chainable<any>; navigateToERPModule(moduleExtension: string): Chainable<any>; ensurePageIsReady(): Chainable<any>; } } declare let loginRetryCount: number;