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 recently debugged a failing test to this very step, as the newly opened tab was somehow "connected" to the previous tab (chrome only).
Changing the code fixed the issue for me:
Opening a window of the same domain with window.open seems to be the same as middle-clicking the refresh button (thus cloning the session). I think this is never intended when using this step. I'd suggest simply adding the 'noopener' attribute.
The text was updated successfully, but these errors were encountered:
he implementaiton of
I open a new tab` currently looks like this:I recently debugged a failing test to this very step, as the newly opened tab was somehow "connected" to the previous tab (chrome only).
Changing the code fixed the issue for me:
Opening a window of the same domain with
window.open
seems to be the same as middle-clicking the refresh button (thus cloning the session). I think this is never intended when using this step. I'd suggest simply adding the 'noopener' attribute.The text was updated successfully, but these errors were encountered: