From 665345c334a73fa9305bb72231fb804b2962d284 Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Mon, 3 May 2021 08:31:52 -0700 Subject: [PATCH] Remove extra loginSSO typescript definition (#709) Fixes failing lint. --- cypress/support/index.d.ts | 5 ----- 1 file changed, 5 deletions(-) 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. */