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
In the DebugFailedTest component, there is responsive behavior to help reduce the width of the test titles at smaller breakpoints. At a certain small size, if there are more than 3 title parts, part of the test title parts are removed and hidden by an ellipsis in the UI. (See arrow screenshot) The user does not know what tile parts are hidden.
Desired Behavior
The ellipsis should have a tooltip that shows the missing parts. The title parts should be separated by a >.
The text was updated successfully, but these errors were encountered:
warrensplayer
changed the title
[IATR](M1.1) - Add tooltip for ellipsis when test title is shortened due to smaller breakpoints
[IATR](M1.0) - Add tooltip for ellipsis when test title is shortened due to smaller breakpoints
Jan 4, 2023
@warrensplayer can I confirm that in this ticket we are only doing the tooltip for whole sections that are omitted, where the arrow is pointing, not for any section that is being truncated but is still displayed?
Current Behavior
In the
DebugFailedTest
component, there is responsive behavior to help reduce the width of the test titles at smaller breakpoints. At a certain small size, if there are more than 3 title parts, part of the test title parts are removed and hidden by an ellipsis in the UI. (See arrow screenshot) The user does not know what tile parts are hidden.Desired Behavior
The ellipsis should have a tooltip that shows the missing parts. The title parts should be separated by a
>
.The text was updated successfully, but these errors were encountered: