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
what's worse is css-modules name mangling does make it very hard to deal with the components.
for example to get the text of a button you need selectors like this: $("[data-test='user-menu-button-trigger'] div[class*='__truncatedText'] span").text()
Not all components have data-test attribute. It breaks existing e2e and blocks creating new reliable test cases
The text was updated successfully, but these errors were encountered: