From fa16bf599c834551b18e9f2d65e37c785f174776 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 18 Sep 2023 16:07:27 +0200 Subject: [PATCH] Ensure locale is taken into account by paparazzi. --- tests/uitests/src/test/kotlin/ui/S.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/uitests/src/test/kotlin/ui/S.kt b/tests/uitests/src/test/kotlin/ui/S.kt index 33c7260e7f..0aaf234a7f 100644 --- a/tests/uitests/src/test/kotlin/ui/S.kt +++ b/tests/uitests/src/test/kotlin/ui/S.kt @@ -96,6 +96,7 @@ class S { paparazzi.unsafeUpdateConfig( deviceConfig = baseDeviceConfig.deviceConfig.copy( softButtons = false, + locale = localeStr, nightMode = componentTestPreview.isNightMode().let { when (it) { true -> NightMode.NIGHT