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
{{ message }}
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
Some of our tests use browser.restart(). Such tests intermittently fail after the last test has run with:
We have worked around this by wrapping the plugin and adding .catch(_ => null) to ignore exceptions.