I have a test in Selenium IDE which looks like this. Say that our base URL is https://stackoverflow.com
.
- open /questions
- pause 500
- type id=search hello
When I run the test, the first two steps are marked in green, but in actuality the browser is still at `moz-extension://blahblah/bootstrap.html, which says "Preparing to run your test". So then any subsequent tests that rely on the page actually being there will timeout and fail. I've disabled all other extensions besides Selenium and the issue persists.
What might be the cause of this issue?