-
Notifications
You must be signed in to change notification settings - Fork 121
Fix instrumentation tests execution #1105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Changes from all commits
17ccd9e
332cd28
c2952fe
1842919
2a93d62
242aaa1
e2ea258
4746d9b
a05f084
93ae87b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,6 @@ | |
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:gravity="top|start" | ||
android:hint="@string/edit_hint" | ||
android:inputType="textCapSentences|textMultiLine" | ||
android:paddingEnd="16dp" | ||
android:paddingLeft="16dp" | ||
|
@@ -46,7 +45,6 @@ | |
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:gravity="top|start" | ||
android:hint="@string/source_hint" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The I think that's fair as it only affects the test app. |
||
android:inputType="textNoSuggestions|textMultiLine" | ||
android:paddingEnd="16dp" | ||
android:paddingLeft="16dp" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the core change: a few of additional safety checks and delays to make UI tests not flaky on CI.