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

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

Issue 2897373002: [Home] Disable NTP over tab switcher
Patch Set: Rebase 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/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.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/BottomSheetNewTabControllerTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetNewTabControllerTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetNewTabControllerTest.java
index 52ff466be957ce2c6e3450d54cad0b07394831b3..da3f5531d01e3cfa374a92d0995744b45d970fca 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetNewTabControllerTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetNewTabControllerTest.java
@@ -53,6 +53,7 @@ public class BottomSheetNewTabControllerTest extends BottomSheetTestCaseBase {
}
@SmallTest
+ @DisabledTest
public void testNTPOverTabSwitcher_Normal() throws InterruptedException, TimeoutException {
assertEquals(1, getActivity().getTabModelSelector().getTotalTabCount());
assertFalse("Overview mode should not be showing",
@@ -87,6 +88,7 @@ public class BottomSheetNewTabControllerTest extends BottomSheetTestCaseBase {
}
@SmallTest
+ @DisabledTest
public void testNTPOverTabSwitcher_Incognito() throws InterruptedException, TimeoutException {
assertEquals(1, getActivity().getTabModelSelector().getTotalTabCount());
assertFalse("Overview mode should not be showing",
@@ -129,6 +131,7 @@ public class BottomSheetNewTabControllerTest extends BottomSheetTestCaseBase {
}
@SmallTest
+ @DisabledTest
public void testNTPOverTabSwitcher_NoTabs() throws InterruptedException, TimeoutException {
// Close all tabs.
ChromeTabUtils.closeAllTabs(getInstrumentation(), getActivity());
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698