picklejs
picklejs copied to clipboard
Add Element is not visible functionality
In my case I wanted to wait until a loading icon is hidden and used Then I should not see the "Loading Icon". However, the test case failed since the element was still present in the DOM.
I added a new function to be now able to test an elements non-existence and non-visibility.
@tolicodes What do you think about this change?
This looks good. Why don't you turn it into a full PR. @fsteinbauer