You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove unused browser tests and selenium-webdriver dependency (#8821)
* chore: remove unused browser tests and selenium-webdriver dependency
- Remove browsers.test.js which was added for IE11 testing
- IE11, iOS, and Android tests were already skipped
- Firefox and Safari tests required selenium-webdriver which is not installed
- Fixes CI failure: Cannot find module 'selenium-webdriver'
* fix: add puppeteer dependency and fix snapshot naming (#8822)
* chore: add puppeteer dependency for integration tests
* fix: ensure snapshot identifiers include -snap suffix
* test: update integration test snapshots
* test: increase snapshot thresholds to account for OS rendering differences
* chore: bump CircleCI cache version to v39 to invalidate stale caches
* fix: use correct jest-image-snapshot API for percentage thresholds
* chore: comment customDiffConfig and add logging to be sure it runs correctly
* fix: update thresholds to account for OS rendering diffs
* fix: snapshot threshold override
* fix: update snapshot threshold
0 commit comments