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

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

Issue 2447333003: Fix flaky ImeTest#testGetCursorCapsMode (Closed)
Patch Set: Remove unnecessary code. Created 4 years, 2 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 44402ca53d71353a66fd6b069de815a7153f0fd5..f454dca0633a07ec4d0f52bc872e77b2d3b4a904 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
@@ -1463,6 +1463,7 @@ public class ImeTest extends ContentShellTestBase {
@Feature({"TextInput"})
@RetryOnFailure
public void testGetCursorCapsMode() throws Throwable {
+ focusElementAndWaitForStateUpdate("contenteditable_event");
commitText("Hello World", 1);
waitAndVerifyUpdateSelection(0, 11, 11, -1, -1);
assertEquals(0,
« 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