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
assertion jqueryElementNotPresent works incorrectly - it's not fail when selector exists on the page.
Problem in js/assertions/jqueryElementNotPresent.js value method.Result never contains field "value" instead it contains ELEMENT field. If change then method began work correctly.