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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetContentControllerTest.java

Issue 2875813002: [Chrome Home] Fix/disable two tests (Closed)
Patch Set: Created 3 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 | « chrome/android/javatests/src/org/chromium/chrome/browser/ntp/ChromeHomeNewTabPageTest.java ('k') | 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/widget/bottomsheet/BottomSheetContentControllerTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetContentControllerTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetContentControllerTest.java
index 632a4a9970c37725f273dc2f3a4284ff55fa2e17..f677ef06ed563bb436f3c89264c200a1b5b678d2 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetContentControllerTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetContentControllerTest.java
@@ -49,7 +49,7 @@ public class BottomSheetContentControllerTest extends BottomSheetTestCaseBase {
R.id.action_history, mBottomSheetContentController.getSelectedItemIdForTests());
setSheetState(BottomSheet.SHEET_STATE_PEEK, false);
- mObserver.mOpenedCallbackHelper.waitForCallback(closedCount, 1);
+ mObserver.mClosedCallbackHelper.waitForCallback(closedCount, 1);
mObserver.mContentChangedCallbackHelper.waitForCallback(contentChangedCount, 1);
assertEquals(openedCount, mObserver.mOpenedCallbackHelper.getCallCount());
assertTrue(mBottomSheet.getCurrentSheetContent() instanceof SuggestionsBottomSheetContent);
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/ntp/ChromeHomeNewTabPageTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698