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
Currently when a custom assertion fails, Xenon display only Custom assertion failed message. It will be much nicer if we display what was the custom assertion e.g.
Assert( a => a.CustomAssertion( c => c.FindElementsByCssSelector("div.files div").Count() == 3 ) )
To make Xenon useful, We should display the following error message when this assertion fails.
Custom assertion failed when trying to FindElementsByCssSelector( "div.files div" ).Count() == 3
The text was updated successfully, but these errors were encountered:
Currently when a custom assertion fails, Xenon display only
Custom assertion failed
message. It will be much nicer if we display what was the custom assertion e.g.To make Xenon useful, We should display the following error message when this assertion fails.
The text was updated successfully, but these errors were encountered: