diff --git a/cypress/support/pages/admin_console/SidebarPage.ts b/cypress/support/pages/admin_console/SidebarPage.ts index 90bdfe0457..7d22f195b3 100644 --- a/cypress/support/pages/admin_console/SidebarPage.ts +++ b/cypress/support/pages/admin_console/SidebarPage.ts @@ -90,7 +90,7 @@ export default class SidebarPage { } goToIdentityProviders() { - cy.get(this.identityProvidersBtn).scrollIntoView().click(); + cy.get(this.identityProvidersBtn).click(); return this; }