isVisible utility function returning false positives
Created by: RyanBerliner
The current implementation of isVisible
is currently not thorough enough. It is claiming certain elements are visible when they clearly are not. Here is a demo of the function thinking that a dropdown item is visible, even when the dropdown is closed.