Add -t flag to integration_ui keyboard resize test (#10012)
Update Android package name.
This commit is contained in:
parent
26a712cc12
commit
1dc3f88f57
@ -24,7 +24,7 @@ Future<TaskResult> runEndToEndTests() async {
|
||||
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>{});
|
||||
|
@ -3,7 +3,7 @@
|
||||
found in the LICENSE file.
|
||||
-->
|
||||
<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:versionName="0.0.1">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user