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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManagerTest.java

Issue 2637403009: ContextualSearchManagerTest fails because of tapBasePageToClosePanel() (Closed)
Patch Set: Created 3 years, 11 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: chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManagerTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManagerTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManagerTest.java
index e9c7e3c44c0a117b654059cb4cbe38c50bfb7d49..66bc203c41b4beb23171fb8c9cb259d26789a9a9 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManagerTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManagerTest.java
@@ -2315,7 +2315,7 @@ public class ContextualSearchManagerTest extends ChromeActivityTestCaseBase<Chro
assertNotSame(cvc2, cvc3);
// Closing the Panel should destroy the Content.
- tapBasePageToClosePanel();
+ closePanel();
assertNoContentViewCore();
assertEquals(3, mFakeServer.getLoadedUrlCount());
}
@@ -2465,7 +2465,7 @@ public class ContextualSearchManagerTest extends ChromeActivityTestCaseBase<Chro
assertNotSame(url2, url3);
// Close the Panel without seeing any Content.
- tapBasePageToClosePanel();
+ closePanel();
// Now check that all three URLs have been removed from history.
assertEquals(3, mFakeServer.getLoadedUrlCount());
« 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