### Current behavior When I launch my E2E tests on Chrome, if I focus out of the Chrome window, the E2E commands are no longer running, it's hanging there doing nothing. If I always stay focused on the Chrome window, the commands work as expected. After focusing out, re-focusing in the window does not make the commands continue/restart. Might be related to this PR this https://github.com/cypress-io/cypress/pull/28334 ### Desired behavior I should be able to run E2E tests while not being focused on Chrome (as before) so I can do something else while the E2E tests are running. ### Test code to reproduce Sorry I don't have time to create a reproduction of the bug for the moment ### Cypress Version 13.6.0 ### Node version v18.18.2 ### Operating System macOS 14.1.1 ### Debug Logs _No response_ ### Other _No response_