Skip to content

Commit 32e3c0f

Browse files
committed
Move fixtures to their own folders for better overview
1 parent 96023b7 commit 32e3c0f

17 files changed

+24
-20
lines changed

integration_test/app_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Future<void> takeScreenshot(tester, binding, String language, String name) async
1616
await binding.convertFlutterSurfaceToImage();
1717
await tester.pumpAndSettle();
1818
}
19-
await binding
20-
.takeScreenshot('fastlane/metadata/android/$language/images/phoneScreenshots/$name.png');
19+
final filename = 'fastlane/metadata/android/$language/images/phoneScreenshots/$name.png';
20+
await binding.takeScreenshot(filename);
2121
}
2222

2323
// Available languages in weblate for the android metadata (not necessarily
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)