From f17b4a866775077dc23f8b7429d1d367b9cf489d Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 19 Jan 2016 15:42:33 +0100 Subject: [PATCH] travis: take screenshot of gallery, please --- TestsUI/ChatTester.m | 1 + 1 file changed, 1 insertion(+) diff --git a/TestsUI/ChatTester.m b/TestsUI/ChatTester.m index eb3c7b99f..33e44ca2e 100644 --- a/TestsUI/ChatTester.m +++ b/TestsUI/ChatTester.m @@ -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