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
As you can see the element selection has the correct className asserted but only seems to respect the first. Any suggestions?
AssertionError: expected the node in <div /> to have a 'glyphicon-menu-right' class, but it has 'text-link'
HTML:
<span class="text-link glyphicon glyphicon-menu-right"></span>
+ expected - actual
-text-link
+glyphicon-menu-right