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
{{ message }}
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
If some assertion fails , Arrow should output the actual assertion which
failed.
For e.g, in the test below,
var module = Y.one('#mediasportsathletefilter'),
suite = new Y.Test.Suite("MediaSportsAthleteFilter Test Suite");
If Y.Assert.isTrue(module.one('.hd h3').get('text') !== ''); failed, output the
line
Y.Assert.isTrue(module.one('.hd h3').get('text') !== ''); alongwith the failed
assertion in the error message.
The text was updated successfully, but these errors were encountered: