Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2afb94e0 authored by Chilun's avatar Chilun Committed by Chilun Huang
Browse files

Add testStartHomeOnAllDisplays back

Add the tests back since launcher's patch has merged into master.

Bug: 118206886
Test: atest RootActivityContainerTests
Test: Manual test on cf_x86_phone-userdebug
Change-Id: I3fd00c9d6422c5be661a51c6397ef4648101357b
parent 8e519294
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -395,8 +395,8 @@ public class RootActivityContainerTests extends ActivityTestsBase {
    /**
     * Tests that home activities can be started on the displays that supports system decorations.
     */
    // TODO (b/118206886): Will add it back once launcher's patch is merged into master.
    private void testStartHomeOnAllDisplays() {
    @Test
    public void testStartHomeOnAllDisplays() {
        // Create secondary displays.
        final TestActivityDisplay secondDisplay = spy(createNewActivityDisplay());
        mRootActivityContainer.addChild(secondDisplay, POSITION_TOP);