* Custom command to sign in with the link emailed to the given email address * @example cy.signInUsingEmailedLink('user@example.com')
(emailAddress: string)
| 15 | * @example cy.signInUsingEmailedLink('user@example.com') |
| 16 | */ |
| 17 | signInUsingEmailedLink(emailAddress: string): Chainable<Element>; |
| 18 | } |
| 19 | } |
| 20 | } |
no outgoing calls
no test coverage detected