소스 검색

add the test to smoke test

purigarcia 10 년 전
부모
커밋
8d5ffec8a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      automationTest/src/test/java/com/owncloud/android/test/ui/testSuites/LoginTestSuite.java

+ 1 - 1
automationTest/src/test/java/com/owncloud/android/test/ui/testSuites/LoginTestSuite.java

@@ -73,7 +73,7 @@ public class LoginTestSuite{
 	}
 	
 	@Test
-	@Category({NoIgnoreTestCategory.class})
+	@Category({NoIgnoreTestCategory.class, SmokeTestCategory.class})
 	public void testLoginAndShowFiles () throws Exception {
 		driver.rotate(ScreenOrientation.PORTRAIT);