X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/2d95a83959c77a0c4820c6668b439f8e1b0d038a..a52fc9424444400d4c774b76cf9f59ba43f9dc12:/automationTest/src/test/java/androidtest/models/NewFolderPopUp.java diff --git a/automationTest/src/test/java/androidtest/models/NewFolderPopUp.java b/automationTest/src/test/java/androidtest/models/NewFolderPopUp.java index 658130dd..31a2124a 100644 --- a/automationTest/src/test/java/androidtest/models/NewFolderPopUp.java +++ b/automationTest/src/test/java/androidtest/models/NewFolderPopUp.java @@ -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 () {