mapbox / mapbox/mapbox-navigation-android
Fix flaky UI tests covering examples
Open
@evabishchevich is already working on this.
Since Feb 10, 2020.
- Dominant language
- Kotlin
- Stars
- 651
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
The `ui-tests` CI job is flaky and we should look into idling resources/view matchers to verify that views are available before interacting with them.
Example error:
```
com.schibsted.spain.barista.internal.failurehandler.BaristaException: View (with id: com.mapbox.driver.navigation.examples:id/notifyTextView) didn't match condition (is displayed on the screen to the user)
```
/cc @korshaknn
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.