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
Added the assertElementContains(), assertElementNotContains(), assertElementRegExp(), and assertElementNotRegExp() assertions, for verifying the contents of elements that match the given DOM query (#6).
Moved the Tests namespace into a development-only autoloader, to prevent them from potentially being included in projects using this library (#7).