Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
1dc3f88f
Commit
1dc3f88f
authored
May 11, 2017
by
Chris Bracken
Committed by
GitHub
May 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -t flag to integration_ui keyboard resize test (#10012)
Update Android package name.
parent
26a712cc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
integration_ui.dart
dev/devicelab/lib/tasks/integration_ui.dart
+1
-1
AndroidManifest.xml
...gration_tests/ui/android/app/src/main/AndroidManifest.xml
+1
-1
No files found.
dev/devicelab/lib/tasks/integration_ui.dart
View file @
1dc3f88f
...
@@ -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
>{});
...
...
dev/integration_tests/ui/android/app/src/main/AndroidManifest.xml
View file @
1dc3f88f
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment