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.
The timeout progress bar will not maintain state when a hook is collapsed and then reopened. This also occurs for opening and closing suites, but not tests (closing a test actually prevents the content from rendering in the DOM, rather than just hiding it).
Desired behavior:
The progress bar should reflect the actual progress made and continue to progress as if it was never opened or closed (the same thing that happens with test).
Test code to reproduce
Any failing test
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#7923, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Current behavior:
The timeout progress bar will not maintain state when a hook is collapsed and then reopened. This also occurs for opening and closing suites, but not tests (closing a test actually prevents the content from rendering in the DOM, rather than just hiding it).
Desired behavior:
The progress bar should reflect the actual progress made and continue to progress as if it was never opened or closed (the same thing that happens with test).
Test code to reproduce
Any failing test
The text was updated successfully, but these errors were encountered: