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
If a Cloud organization has gone over the record limit for the subscription they have, then the Debug page will not return any failed tests in the testsForReview field. The UI will show a message indicating that the account is over the limit and provide a CTA for how to upgrade the account.
When viewing a run on the Debug page with no failures, then a success message is shown to indicate that all tests have passed. If both of these states occur at the same time, then the messages are stacked. This UI does not look good and is confusing to users. (see screenshot)
Desired behavior
Only show the DebugOverLimit component and hide the DebugPassed component in this scenario. This code is in the DebugPageDetails component.
Current behavior
If a Cloud organization has gone over the record limit for the subscription they have, then the Debug page will not return any failed tests in the
testsForReview
field. The UI will show a message indicating that the account is over the limit and provide a CTA for how to upgrade the account.When viewing a run on the Debug page with no failures, then a success message is shown to indicate that all tests have passed. If both of these states occur at the same time, then the messages are stacked. This UI does not look good and is confusing to users. (see screenshot)
Desired behavior
Only show the
DebugOverLimit
component and hide theDebugPassed
component in this scenario. This code is in theDebugPageDetails
component.cypress/packages/app/src/debug/DebugPageDetails.vue
Lines 25 to 32 in 39bd67e
The text was updated successfully, but these errors were encountered: