aboutsummaryrefslogtreecommitdiff
path: root/src/io/appium/droiddriver/helpers/BaseDroidDriverTest.java
diff options
context:
space:
mode:
authorkjin <kjin@google.com>2016-11-04 17:14:06 -0700
committerKevin Jin <kjin@google.com>2017-02-17 14:42:16 -0800
commit91b56eb1cc3f3d971cd40b0f9e64d915eb00a88e (patch)
tree6a83c0f6eda115b78f26f28a4062355df84c333a /src/io/appium/droiddriver/helpers/BaseDroidDriverTest.java
parent0fad39b89d74210ae77a2321d4a8afcf5a5511e2 (diff)
downloaddroiddriver-91b56eb1cc3f3d971cd40b0f9e64d915eb00a88e.tar.gz
Fix setText incomplete problem when the IME is slow
The fix is to add delay after each KeyEvent injection. Also removed the misleading ViewElement#overrideClassName method. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138252579
Diffstat (limited to 'src/io/appium/droiddriver/helpers/BaseDroidDriverTest.java')
-rw-r--r--src/io/appium/droiddriver/helpers/BaseDroidDriverTest.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/io/appium/droiddriver/helpers/BaseDroidDriverTest.java b/src/io/appium/droiddriver/helpers/BaseDroidDriverTest.java
index 0b17dc5..607da95 100644
--- a/src/io/appium/droiddriver/helpers/BaseDroidDriverTest.java
+++ b/src/io/appium/droiddriver/helpers/BaseDroidDriverTest.java
@@ -91,9 +91,6 @@ public abstract class BaseDroidDriverTest<T extends Activity> extends
* behavior - if multiple subclasses override this method, only the first override is executed.
* Other overrides are silently ignored. You can either use {@link SingleRun} in {@link #setUp},
* or override this method, which is a simpler alternative with the aforementioned catch.
- * <p>
- * If an InstrumentationDriver is used, this is a good place to call {@link
- * io.appium.droiddriver.instrumentation.ViewElement#overrideClassName}
*/
protected void classSetUp() {
DroidDriversInitializer.get(DroidDrivers.newDriver()).singleRun();