Repository: tapestry-5
Updated Branches:
  refs/heads/master 0a62ba844 -> 1c42cceef


Revert "clear the field before sending the new keys"

This reverts commit 3cd7e52c7713b4662f4255840cf52657dacddfda.


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/8149c79e
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/8149c79e
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/8149c79e

Branch: refs/heads/master
Commit: 8149c79ec8673da0cdcf8c55527ac09751556ed1
Parents: 0a62ba8
Author: Jochen Kemnade <[email protected]>
Authored: Mon Oct 16 15:42:04 2017 +0200
Committer: Jochen Kemnade <[email protected]>
Committed: Mon Oct 16 15:42:04 2017 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/8149c79e/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java
----------------------------------------------------------------------
diff --git 
a/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java 
b/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java
index 0ce3f78..5c42ba1 100644
--- 
a/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java
+++ 
b/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java
@@ -1308,7 +1308,6 @@ public abstract class SeleniumTestCase extends Assert 
implements Selenium
     public void type(String locator, String value)
     {
         WebElement element = webDriver.findElement(convertLocator(locator));
-        element.clear();
         element.sendKeys(value);
     }
 

Reply via email to