Commit 9bb4fadf authored by pkotwicz's avatar pkotwicz Committed by Commit bot

Re-enable AppMenuTest#testChangingOrientationHidesMenu()

BUG=458193

Review-Url: https://codereview.chromium.org/2033883002
Cr-Commit-Position: refs/heads/master@{#397840}
parent 7cf286c8
...@@ -15,7 +15,6 @@ import android.widget.ListView; ...@@ -15,7 +15,6 @@ import android.widget.ListView;
import org.chromium.base.ThreadUtils; import org.chromium.base.ThreadUtils;
import org.chromium.base.annotations.SuppressFBWarnings; import org.chromium.base.annotations.SuppressFBWarnings;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.UrlUtils; import org.chromium.base.test.util.UrlUtils;
import org.chromium.chrome.browser.ChromeActivity; import org.chromium.chrome.browser.ChromeActivity;
...@@ -191,12 +190,8 @@ public class AppMenuTest extends ChromeActivityTestCaseBase<ChromeActivity> { ...@@ -191,12 +190,8 @@ public class AppMenuTest extends ChromeActivityTestCaseBase<ChromeActivity> {
/** /**
* Test that changing orientation hides the menu. * Test that changing orientation hides the menu.
*/ */
/*
@SmallTest
@Feature({"Browser", "Main"}) @Feature({"Browser", "Main"})
crbug.com/458193 @SmallTest
*/
@DisabledTest
public void testChangingOrientationHidesMenu() throws InterruptedException { public void testChangingOrientationHidesMenu() throws InterruptedException {
getActivity().setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); getActivity().setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
showAppMenuAndAssertMenuShown(); showAppMenuAndAssertMenuShown();
......
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