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
As discussed in this comment, the selectors used in the toolbar resizing functionality may rely on the specific order and number of svg elements. This dependency can make tests brittle if the DOM structure changes. It's recommended to use data-testid attributes and getByTestId selectors for more stable and maintainable tests.
As discussed in this comment, the selectors used in the toolbar resizing functionality may rely on the specific order and number of
svg
elements. This dependency can make tests brittle if the DOM structure changes. It's recommended to usedata-testid
attributes andgetByTestId
selectors for more stable and maintainable tests.Referenced PR: #842
Requested by @amurKontur.
The text was updated successfully, but these errors were encountered: