MCPcopy
hub / github.com/LAION-AI/Open-Assistant / Chainable

Interface Chainable

website/cypress/support/index.ts:6–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4declare global {
5 namespace Cypress {
6 interface Chainable {
7 /**
8 * Custom command to sign in with a given email address
9 * @example cy.signInWithEmail('user@example.com')
10 */
11 signInWithEmail(emailAddress: string): Chainable<Element>;
12
13 /**
14 * Custom command to sign in with the link emailed to the given email address
15 * @example cy.signInUsingEmailedLink('user@example.com')
16 */
17 signInUsingEmailedLink(emailAddress: string): Chainable<Element>;
18 }
19 }
20}
21

Callers 7

random.cy.tsFile · 0.80
signin.cy.tsFile · 0.80
commands.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected