Delete "fr" screenshot. Only keep "de" ones. If necessary, "fr" or any other languages can be generated on the fly.

This commit is contained in:
Benoit Marty 2024-03-01 09:58:44 +01:00 committed by Benoit Marty
parent a324a911d4
commit 071f80c4a7
439 changed files with 1 additions and 1315 deletions

View file

@ -36,7 +36,7 @@ class T : ScreenshotTest() {
@TestParameter(valuesProvider = PreviewProvider::class) componentTestPreview: TestPreview,
@TestParameter baseDeviceConfig: BaseDeviceConfig,
@TestParameter(value = ["1.0"]) fontScale: Float,
@TestParameter(value = ["fr", "de"]) localeStr: String,
@TestParameter(value = ["de"]) localeStr: String,
) {
// Only test ComponentTestPreview, and only with the light theme
if (componentTestPreview.isNightMode() || componentTestPreview !is ComponentTestPreview) {