travis: take screenshot of gallery, please

This commit is contained in:
Gautier Pelloux-Prayer 2016-01-19 15:42:33 +01:00
parent 8d39b64d6a
commit f17b4a8667

View file

@ -82,6 +82,7 @@
// 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++;
// wait for the quality popup to show up