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
Add new function that will allow to setup message for assertion, so when the assertion fails the message will be displayed in logs instead of default one, e.g. matcher.withUseUnmergedTree(true).withMessage("Element should be enabled").assertIsEnabled()
It would be helpful to have such method not only for compose elements, but also for xml, uiobjects etc
The text was updated successfully, but these errors were encountered:
Add new function that will allow to setup message for assertion, so when the assertion fails the message will be displayed in logs instead of default one, e.g.
matcher.withUseUnmergedTree(true).withMessage("Element should be enabled").assertIsEnabled()
It would be helpful to have such method not only for compose elements, but also for xml, uiobjects etc
The text was updated successfully, but these errors were encountered: