argos-ci / jest-puppeteer

Run tests using Jest & Puppeteer 🎪✨
MIT License
3.53k stars 289 forks source link

Fix compatibility with latest Puppeteer version #566

Closed swissspidy closed 1 year ago

swissspidy commented 1 year ago

Summary

Puppeteer recently changed the naming of their classes in https://github.com/puppeteer/puppeteer/pull/10903, which caused the case-sensitive class name checks in expect-puppeteer to fail.

Fixes #565

Test plan

swissspidy commented 1 year ago

@gregberge Prettier issues are now addressed

gregberge commented 1 year ago

Will take care of it soon.

gregberge commented 1 year ago

@swissspidy tests are all broken

fregante commented 1 year ago

I can confirm this fixed my issue. Thank you!

jamesgpearce commented 10 months ago

Thank you!