rm scrollintoview
This commit is contained in:
parent
d780ef2d0c
commit
23d2d6b123
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue