Commit 7f6a006
Absorb stale reads in the recording icon assert
The develop nightly on API 34 leaked a raw StaleObjectException from
assertRecordingView: waitToAppear absorbs staleness while waiting, but the
returned node can go stale before isDisplayed() reads visibleCenter. Use the
stale-safe waitDisplayed with the same 30s window, so the real failure is
reported instead of the stale read.1 parent 2143ef5 commit 7f6a006
1 file changed
Lines changed: 6 additions & 1 deletion
File tree
- demo-app/src/androidTestE2etestingDebug/kotlin/io/getstream/video/android/robots
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
210 | 215 | | |
211 | 216 | | |
212 | 217 | | |
| |||
0 commit comments