wix-incubator / unidriver

UniDriver - Universal Component Drivers 🚀
MIT License
53 stars 15 forks source link

Added isDisplayed to jsdom-react adapter #124

Closed AlmogAdziashvili closed 2 years ago

AlmogAdziashvili commented 3 years ago

related to Issue #52

From Jest-dom:

An element is visible if all the following conditions are met:

it does not have its css property display set to none it does not have its css property visibility set to either hidden or collapse it does not have its css property opacity set to 0 its parent element is also visible (and so on up to the top of the DOM tree)

GabiGrin commented 3 years ago

@AlmogAdziashvili awesome! can you please revert all non PR related code (whitespaces) so it's easier to track changes?

AlmogAdziashvili commented 3 years ago

@GabiGrin Ready for review, added an isDisplayed test and functionality to the test-suite