Commit 1dc3f88f authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Add -t flag to integration_ui keyboard resize test (#10012)

Update Android package name.
parent 26a712cc
...@@ -24,7 +24,7 @@ Future<TaskResult> runEndToEndTests() async { ...@@ -24,7 +24,7 @@ Future<TaskResult> runEndToEndTests() async {
await flutter('build', options: <String>['ios', 'lib/keyboard_resize.dart']); await flutter('build', options: <String>['ios', 'lib/keyboard_resize.dart']);
} }
await flutter('drive', options: <String>['-d', deviceId, 'lib/keyboard_resize.dart']); await flutter('drive', options: <String>['-d', deviceId, '-t', 'lib/keyboard_resize.dart']);
}); });
return new TaskResult.success(<String, dynamic>{}); return new TaskResult.success(<String, dynamic>{});
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
found in the LICENSE file. found in the LICENSE file.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yourcompany.end_to_end" package="com.yourcompany.integration_ui"
android:versionCode="1" android:versionCode="1"
android:versionName="0.0.1"> android:versionName="0.0.1">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment