| 40 | declare global { |
| 41 | namespace Cypress { |
| 42 | interface Chainable { |
| 43 | login(): Chainable<void>; |
| 44 | // drag(subject: string, options?: Partial<TypeOptions>): Chainable<Element> |
| 45 | // dismiss(subject: string, options?: Partial<TypeOptions>): Chainable<Element> |
| 46 | // visit(originalFn: CommandOriginalFn, url: string, options: Partial<VisitOptions>): Chainable<Element> |
| 47 | } |
| 48 | } |
| 49 | } |
no outgoing calls
no test coverage detected