rm scrollintoview

This commit is contained in:
mfrances 2021-05-07 14:42:59 -04:00
parent d780ef2d0c
commit 23d2d6b123

View file

@ -90,7 +90,7 @@ export default class SidebarPage {
} }
goToIdentityProviders() { goToIdentityProviders() {
cy.get(this.identityProvidersBtn).scrollIntoView().click(); cy.get(this.identityProvidersBtn).click();
return this; return this;
} }