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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/ntp/NewTabPageTest.java

Issue 2885023002: Add NTPCondensedLayout to test config. (Closed)
Patch Set: Disable condensed layout in tests that require a logo. 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 | « no previous file | testing/variations/fieldtrial_testing_config.json » ('j') | 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/ntp/NewTabPageTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/ntp/NewTabPageTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/ntp/NewTabPageTest.java
index d467487b2de644f283ef2f1e765aa594b0af661b..1a2dec5ed4d3ba19f2ab7d09b92a7ca649c859d8 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/ntp/NewTabPageTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/ntp/NewTabPageTest.java
@@ -390,6 +390,7 @@ public class NewTabPageTest {
@Test
@SmallTest
@Feature({"NewTabPage"})
+ @CommandLineFlags.Add("disable-features=NTPCondensedLayout")
public void testSetSearchProviderHasLogo() throws Throwable {
mActivityTestRule.runOnUiThread(new Runnable() {
@Override
@@ -434,6 +435,7 @@ public class NewTabPageTest {
@Test
@SmallTest
@Feature({"NewTabPage"})
+ @CommandLineFlags.Add("disable-features=NTPCondensedLayout")
public void testPlaceholder() {
final NewTabPageView ntpView = mNtp.getNewTabPageView();
final View logoView = ntpView.findViewById(R.id.search_provider_logo);
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698