Remove extra loginSSO typescript definition (#709)

Fixes failing lint.
This commit is contained in:
Zach Wasserman 2021-05-03 08:31:52 -07:00 committed by GitHub
parent 81bc137195
commit 665345c334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,6 @@ declare namespace Cypress {
*/
login(): Chainable<Element>;
/**
* Custom command to login a user1@example.com via SSO.
*/
loginSSO(): Chainable<Element>;
/**
* Custom command to log out the current user.
*/