Sergey Shaldanov

Results 2 comments of Sergey Shaldanov

> So I managed to get it working (at least in few of my tests) with [wait-until](https://github.com/NoriSte/cypress-wait-until) plugin: > > ```js > cy.waitUntil(() => > cy.get('.someSelector') > .as('someAlias') > .wait(1)...

As @jaigtz88 pointed out, in some cases even @anouarchattouna's approach with ```trySilentLogin()``` does not work and throws an error when calling ```disconnect()```. The steps to reproduce this issue in my...