diff --git a/cypress/support/index.d.ts b/cypress/support/index.d.ts index 901d2e0ac5..d04fd9dfed 100644 --- a/cypress/support/index.d.ts +++ b/cypress/support/index.d.ts @@ -13,11 +13,6 @@ declare namespace Cypress { */ login(): Chainable; - /** - * Custom command to login a user1@example.com via SSO. - */ - loginSSO(): Chainable; - /** * Custom command to log out the current user. */