Commit 2955e4d0 authored by Becky Zhou's avatar Becky Zhou Committed by Commit Bot

Try enabling tablet test for the feed

Bug: 944061
Change-Id: Ie6f376c3571fa5942ad14a1f642fbf9102f8b7d0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600558Reviewed-by: default avatarTheresa <twellington@chromium.org>
Commit-Queue: Theresa <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#657545}
parent 70ebd037
...@@ -33,7 +33,6 @@ import org.junit.Test; ...@@ -33,7 +33,6 @@ import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisableIf;
import org.chromium.base.test.util.DisabledTest; import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R; import org.chromium.chrome.R;
...@@ -58,7 +57,6 @@ import org.chromium.chrome.test.util.browser.suggestions.FakeMostVisitedSites; ...@@ -58,7 +57,6 @@ import org.chromium.chrome.test.util.browser.suggestions.FakeMostVisitedSites;
import org.chromium.chrome.test.util.browser.suggestions.SuggestionsDependenciesRule; import org.chromium.chrome.test.util.browser.suggestions.SuggestionsDependenciesRule;
import org.chromium.content_public.browser.test.util.TestThreadUtils; import org.chromium.content_public.browser.test.util.TestThreadUtils;
import org.chromium.net.test.EmbeddedTestServer; import org.chromium.net.test.EmbeddedTestServer;
import org.chromium.ui.test.util.UiDisableIf;
import java.util.List; import java.util.List;
...@@ -69,7 +67,6 @@ import java.util.List; ...@@ -69,7 +67,6 @@ import java.util.List;
@RunWith(ChromeJUnit4ClassRunner.class) @RunWith(ChromeJUnit4ClassRunner.class)
@CommandLineFlags.Add(ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE) @CommandLineFlags.Add(ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE)
@Features.EnableFeatures(ChromeFeatureList.INTEREST_FEED_CONTENT_SUGGESTIONS) @Features.EnableFeatures(ChromeFeatureList.INTEREST_FEED_CONTENT_SUGGESTIONS)
@DisableIf.Device(type = {UiDisableIf.TABLET}) // https://crbug.com/944061.
public class FeedNewTabPageTest { public class FeedNewTabPageTest {
private static final int ARTICLE_SECTION_HEADER_POSITION = 1; private static final int ARTICLE_SECTION_HEADER_POSITION = 1;
private static final int SIGNIN_PROMO_POSITION = 2; private static final int SIGNIN_PROMO_POSITION = 2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment