MCPcopy
hub / github.com/zincsearch/zincsearch / Chainable

Interface Chainable

web/cypress/support/commands.ts:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40declare 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}

Callers 2

search-page.cy.jsFile · 0.80
login.cy.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected