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
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