picklejs icon indicating copy to clipboard operation
picklejs copied to clipboard

Add Element is not visible functionality

Open fsteinbauer opened this issue 6 years ago • 2 comments

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.

fsteinbauer avatar Nov 11 '19 14:11 fsteinbauer

@tolicodes What do you think about this change?

fsteinbauer avatar Nov 12 '19 14:11 fsteinbauer

This looks good. Why don't you turn it into a full PR. @fsteinbauer

EvaFro avatar Jul 09 '20 22:07 EvaFro