Set destination back to phone screenshots

This commit is contained in:
Roland Geider
2025-03-19 12:21:47 +01:00
parent 7f2b9c7488
commit 7324f1b679

View File

@@ -20,7 +20,7 @@ enum DeviceType {
wearScreenshots
}
final destination = DeviceType.tenInchScreenshots.name;
final destination = DeviceType.phoneScreenshots.name;
Future<void> takeScreenshot(tester, binding, String language, String name) async {
if (Platform.isAndroid) {