add exception handling for when element is not found
change to search for visibility instead of presence
Delete jitpack.yaml
remove support for jitpack
Related Issue
closes #128 - we are retiring support for jitpack in favor of maven central
closes #129
Description
Removed the jitpack.yaml file which should signal the end of the jitpack support. We will need to note these in the 0.19.1 release notes
Fixed a few issues with the new version of isPresentWait
-- Added exception handling for when the element isn't found, so that we can return a false value
-- Swapped out presenceOf... for visibilityOf..., as there are a few times where an element will exist but not be visible (main example is iOS modal presentations)
Additional Info
Shoutout @evant for helping with the exception stuff
Shoutout @mrk-han for helping with the jitpack stuff
Also if anyone has extra information about retiring jitpack, just let me know
Checklist
[x] Have you added an explanation of what your changes do?
[x] Have you written new tests for your core changes, as applicable?
[x] Docs have been added / updated (for bug fixes / features)
Fix isPresentWait
Related Issue
closes #128 - we are retiring support for jitpack in favor of maven central closes #129
Description
jitpack.yaml
file which should signal the end of the jitpack support. We will need to note these in the 0.19.1 release notesisPresentWait
-- Added exception handling for when the element isn't found, so that we can return afalse
value -- Swapped outpresenceOf
... forvisibilityOf
..., as there are a few times where an element will exist but not be visible (main example is iOS modal presentations)Additional Info
Shoutout @evant for helping with the exception stuff Shoutout @mrk-han for helping with the jitpack stuff
Also if anyone has extra information about retiring jitpack, just let me know
Checklist