mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-28 19:00:03 -05:00
ab816d81ae
* Handle elements hidden by scale. * Check rotateX(90deg), rotateY(90deg) + Use of getBoundingClientRect * Added reason message. * Fixed typo. Co-Authored-By: Chris Breiding <chrisbreiding@users.noreply.github.com> Update packages/driver/src/dom/visibility.js Co-Authored-By: Chris Breiding <chrisbreiding@users.noreply.github.com> Fixed typo. * Use numberRegex created for backface-visibility. * Added test for reason message. * Added missing message test in #5591