Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2481)

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AwImeTest.java

Issue 1978093002: Disable testPressNextFromEditTextAndType webview test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add import Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/src/org/chromium/android_webview/test/AwImeTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwImeTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwImeTest.java
index ff8e223c7c2f1a6485a786db2630179c45ee600e..0b10143af84d557c372140950e3f6e9cc4c88395 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwImeTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwImeTest.java
@@ -5,13 +5,12 @@
package org.chromium.android_webview.test;
import android.content.Context;
-import android.test.suitebuilder.annotation.SmallTest;
import android.view.inputmethod.InputConnection;
import android.view.inputmethod.InputMethodManager;
import android.widget.EditText;
import org.chromium.base.ThreadUtils;
-import org.chromium.base.test.util.Feature;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.content.browser.test.util.CallbackHelper;
import org.chromium.content.browser.test.util.Criteria;
import org.chromium.content.browser.test.util.CriteriaHelper;
@@ -97,11 +96,14 @@ public class AwImeTest extends AwTestBase {
}
// https://crbug.com/569556
+ /*
@SmallTest
@Feature({"AndroidWebView", "TextInput"})
+ */
+ @DisabledTest // crbug.com/611928
public void testPressNextFromEditTextAndType() throws Throwable {
focusOnEditTextAndShowKeyboard();
focusOnWebViewAndEnableEditing();
waitForNonNullInputConnection();
}
-}
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698