cashapp / paparazzi

Render your Android screens without a physical device or emulator
https://cashapp.github.io/paparazzi/
Apache License 2.0
2.22k stars 210 forks source link

Update snapshots of tests affected by Compose 1.6 font padding change #1407

Closed gabrielittner closed 2 months ago

gabrielittner commented 2 months ago

Fixes these 4 tests

PaparazziPluginTest.compose
PaparazziPluginTest.composeA11y
PaparazziPluginTest.composeWear
PaparazziPluginTest.nightModeCompose

When I run these locally or through Github Actions on our fork (example 1, example 2) they are failing. Compose 1.6 changed the default value for includeFontPadding which is visible in the re-generated screenshots. It looks like there is a build cache issue that's causing them not to fail in this repo.