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