Merge branch 'develop' into automationTest
[pub/Android/ownCloud.git] / automationTest / src / test / java / androidtest / tests / UploadTestSuite.java
index 20ddf64..6038930 100644 (file)
@@ -70,6 +70,7 @@ public class UploadTestSuite extends Common{
 
        @After
        public void tearDown() throws Exception {
+               takeScreenShotOnFailed(getName());
                MainView mainView = new MainView(driver);
                Actions.deleteElement(FILE_NAME,mainView, driver);
                driver.removeApp("com.owncloud.android");