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 far as I see, query.text returns empty array, which is fine, and I wasn't able to figure out how compare actually works, so please take this one @yashaka
fails with:
It should fail actually, because the
//*[@id="new-todo"]//li
selector is wrong (should be todo-list instead of new-todo), but the error is unclear...maybe the reason is somewhere here: https://github.com/KnowledgeExpert/selenidejs/blob/master/lib/utils/predicates.ts#L25
the fix is needed:)
reproduced in branch: https://github.com/KnowledgeExpert/selenidejs/tree/new-not-syntax-for-conditions
The text was updated successfully, but these errors were encountered: