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

Commit 121c7320 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Demoting testLaunchAppInSplitscreen_fromTaskbarAllApps from presubmit"...

Merge "Demoting testLaunchAppInSplitscreen_fromTaskbarAllApps from presubmit" into udc-qpr-dev am: 8de2a755 am: cb475b09

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/24464420



Change-Id: I37dfd4a3f257550697296fa3cba69fc928530a8e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 0491cd49 cb475b09
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@
 */
package com.android.quickstep;

import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;
import static com.android.quickstep.TaplTestsTaskbar.TaskbarMode.PERSISTENT;
import static com.android.quickstep.TaplTestsTaskbar.TaskbarMode.TRANSIENT;

@@ -22,6 +24,7 @@ import androidx.test.filters.LargeTest;

import com.android.launcher3.ui.PortraitLandscapeRunner.PortraitLandscape;
import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord;
import com.android.launcher3.util.rule.TestStabilityRule;

import org.junit.Test;
import org.junit.runner.RunWith;
@@ -134,6 +137,7 @@ public class TaplTestsTaskbar extends AbstractTaplTestsTaskbar {
    @Test
    @ScreenRecord // b/231615831
    @PortraitLandscape
    @TestStabilityRule.Stability(flavors = PLATFORM_POSTSUBMIT | LOCAL) // b/295225524
    public void testLaunchAppInSplitscreen_fromTaskbarAllApps() {
        getTaskbar().openAllApps()
                .getAppIcon(TEST_APP_NAME)