Skip to content

Commit

Permalink
Add -t flag to integration_ui keyboard resize test (flutter#10012)
Browse files Browse the repository at this point in the history
Update Android package name.
  • Loading branch information
cbracken authored May 11, 2017
1 parent 26a712c commit 1dc3f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/devicelab/lib/tasks/integration_ui.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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>{});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down

0 comments on commit 1dc3f88

Please sign in to comment.