android / android/android-test
Espresso is not waiting for navigation drawer to close
- Lingua principale
- Java
- Stelle
- 1.2k
- Fork
- 342
- Merge medio
- 11h 29m
- PR unite (30g)
- 2
Descrizione
### Description
It seems that Espresso is not waiting for the navigation drawer to be closed before performing/checking following actions.
### Steps to Reproduce
1. Open navigation drawer
2. Click on an item such that the underlying layout changes (e.g. RecyclerView)
3. Click on an item in that recycler view
### Expected Results
Click is performed on the item of the recycler view.
### Actual Results
Click is performed on the navigation drawer.
### AndroidX Test and Android OS Versions
- androidx.test.espresso:espresso-core:3.3.0
- androidx.test.espresso:espresso-contrib:3.3.0
- minSdkVersion 24
- targetSdkVersion 29
### Link to a public git repo demonstrating the problem:
### References
It seems that the problem already occurred/was introduced in a previous version: https://github.com/android/testing-samples/issues/289
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia riproducendo i tre passaggi elencati con androidx.test.espresso:espresso-core ed espresso-contrib 3.3.0 sulle versioni di Android indicate, quindi confronta il comportamento con l’issue di riferimento. Il lavoro è completato quando viene fatto clic sul recycler-view item dopo la chiusura del navigation drawer, invece che il drawer riceva il clic.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- android, java
- Ambito
- mobile-dev, testing
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100