Browse Source

screenshot tests: remove workaround for API 34 now it's handled.

pull/2903/head
ganfra 4 months ago
parent
commit
9c84264867
  1. 5
      tests/uitests/src/test/kotlin/ui/ScreenshotTest.kt

5
tests/uitests/src/test/kotlin/ui/ScreenshotTest.kt

@ -53,10 +53,7 @@ import java.util.Locale @@ -53,10 +53,7 @@ import java.util.Locale
open class ScreenshotTest {
@get:Rule
val paparazzi = Paparazzi(
environment = detectEnvironment().run {
// Workaround to work with API 34 (https://github.com/cashapp/paparazzi/issues/1025)
copy(compileSdkVersion = 33, platformDir = platformDir.replace("34", "33"))
},
environment = detectEnvironment(),
maxPercentDifference = 0.01,
renderingMode = SessionParams.RenderingMode.NORMAL,
)

Loading…
Cancel
Save