add new testCases. prepare the test to have them into categories
[pub/Android/ownCloud.git] / automationTest / src / test / java / androidtest / models / NewFolderPopUp.java
index 658130d..31a2124 100644 (file)
@@ -24,8 +24,8 @@ public class NewFolderPopUp {
                
        public void typeNewFolderName (String newFolderName) {
                newFolderNameField.clear();
-               newFolderNameField.sendKeys(newFolderName);
-               driver.hideKeyboard();
+               newFolderNameField.sendKeys(newFolderName + "\n");
+               //driver.hideKeyboard();
        }
 
        public WaitAMomentPopUp clickOnNewFolderOkButton () {