mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
UITester: stop debug test
This commit is contained in:
parent
53a7542411
commit
887b60ea16
1 changed files with 1 additions and 1 deletions
|
|
@ -82,8 +82,8 @@
|
|||
// There are 9 photos by default, so lets use just 8 (2 rows, 4 columns).
|
||||
LOGI(@"Selecting photo at row %d, column %d", 1 + (ind / 4) % 2, 1 + ind % 4);
|
||||
[tester choosePhotoInAlbum:@"Camera Roll" atRow:1 + (ind / 4) % 2 column:1 + ind % 4];
|
||||
ASSERT_EQ(1, 3); // take dummy screenshot
|
||||
ind++;
|
||||
[[UIApplication sharedApplication] writeScreenshotForLine:__LINE__ inFile:@__FILE__ description:nil error:NULL];
|
||||
|
||||
// wait for the quality popup to show up
|
||||
UIAccessibilityElement *element = nil;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue