We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2b9c7 commit 7324f1bCopy full SHA for 7324f1b
integration_test/make_screenshots_test.dart
@@ -20,7 +20,7 @@ enum DeviceType {
20
wearScreenshots
21
}
22
23
-final destination = DeviceType.tenInchScreenshots.name;
+final destination = DeviceType.phoneScreenshots.name;
24
25
Future<void> takeScreenshot(tester, binding, String language, String name) async {
26
if (Platform.isAndroid) {
0 commit comments