Open
Description
Current behavior
The stop button in the Cypress App UI is not functioning correctly after upgrading to version 14.5.0. Previously, the test and runtime would immediately stop upon clicking the button. Now it continues counting up until it eventually says that the run was stopped during a command.
It's related to this change: #31830
Desired behavior
When clicking the stop button, the timer should stop immediately and the stop button should change to a re-run button.
Test code to reproduce
- Open Cypress App UI v14.5.0
- Start a test run
- Click the stop button while test is running
- Observe that timer continues counting and button state doesn't change
Cypress Version
14.5.0
Node version
20.4.0
Operating System
macOS
Debug Logs
Other
No response