You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added logout to some tests (we face some specific issues if not to do that) and logout works fine if the test itself passes.
In case test fails, then logout also fails.
Attached screenshot
Desired behavior:
Logout from afterEach hook is executed successfully
Steps to reproduce: (app code and test code)
error: click() failed because it requires a DOM element
Current behavior:
I added logout to some tests (we face some specific issues if not to do that) and logout works fine if the test itself passes.
In case test fails, then logout also fails.
Attached screenshot
Desired behavior:
Logout from afterEach hook is executed successfully
Steps to reproduce: (app code and test code)
error:
click() failed because it requires a DOM element
`
afterEach:
logout code:
sometimes code from afterEach hook fails on second click()
Versions
3.1.5, Chromium 74, Mac OS
The text was updated successfully, but these errors were encountered: