spectator: Bug: `el.getClientRects is not a function` on version 3.9.2

Hi,

I’ve just upgraded to 3.9.2, and I’m seeing this exception when using isVisible() matcher:

el.getClientRects is not a function.

Downgrading to 3.9.1 resolves the issue. Using Headless Chrome (latest build), with Jasmine and Karma.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 20 (7 by maintainers)

Commits related to this issue

Most upvoted comments

I can push a quick fix for this.

That was my assumption as well - got that assumption confirmed when downgrading. I’ll try getting something reproduced on Stackblitz when I have some time.