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

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java

Issue 1104293007: Fixed flaky test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java b/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java
index 3562deb41474614b872667e7b098914da5e1ad15..7f7c05d11c2d6ce26c73ec17ffcb977f240358df 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java
@@ -324,17 +324,14 @@ public class ImeTest extends ContentShellTestBase {
assertWaitForKeyboardStatus(true);
}
- /*
@SmallTest
@Feature({"TextInput", "Main"})
- http://crbug.com/477632
- */
- @DisabledTest
public void testFinishComposingText() throws Throwable {
DOMUtils.focusNode(mWebContents, "input_radio");
assertWaitForKeyboardStatus(false);
DOMUtils.focusNode(mWebContents, "textarea");
assertWaitForKeyboardStatus(true);
+ Thread.sleep(50);
aurimas (slooooooooow) 2015/04/29 20:59:49 Let's use CriteriaHelper.pollForCriteria that chec
mConnection = (TestAdapterInputConnection) getAdapterInputConnection();
waitAndVerifyEditableCallback(mConnection.mImeUpdateQueue, 0, "", 0, 0, -1, -1);
« 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