forked from mirrors/linphone-iphone
UITester: fix latest travis failing test
This commit is contained in:
parent
e9ce3c78d8
commit
c87b41d918
1 changed files with 1 additions and 0 deletions
|
|
@ -297,6 +297,7 @@
|
|||
[tester scrollViewWithAccessibilityIdentifier:@"ChatRoom list" byFractionOfSizeHorizontal:0.f vertical:1.f];
|
||||
for (int i = 0; i < 2; i++) {
|
||||
// messages order is not known: if upload bitrate is huge, first image can be uploaded before last started
|
||||
timeout = 3;
|
||||
while (![tester tryFindingTappableViewWithAccessibilityLabel:@"Download" error:nil] && timeout) {
|
||||
[tester scrollViewWithAccessibilityIdentifier:@"ChatRoom list"
|
||||
byFractionOfSizeHorizontal:0.f
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue