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
Clicking on the switcher is already causing a navigation to the topic to refresh content. I this spec we were doing a `visit_topic` right after which could be working in selenium, but will often fail on playwright with the following error:
```
Playwright::Error:
net::ERR_ABORTED at http://localhost:31339/t/life-strategies-from-the-art-of-war/96
Call log:
- navigating to "http://localhost:31339/t/life-strategies-from-the-art-of-war/96", waiting until "load"
```
0 commit comments