abramenal / cypress-shadow-dom

Extend Cypress commands with shadow DOM support
https://npm.im/cypress-shadow-dom
MIT License
49 stars 8 forks source link

fix(shadowContains): matches current subject as well as descendents #32

Closed DesignByOnyx closed 4 years ago

DesignByOnyx commented 4 years ago

closes #30

I introduced a regression in #28 because I did not know that .contains also matches the current subject on which it is called.