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

Commit c0a7d22f authored by Mateusz Cicheński's avatar Mateusz Cicheński
Browse files

Promote the at most one pip dismiss target test to presubmit

Bug: 258120818
Change-Id: I9035a60bbb5e6da6fc549dc249a2f1cece2819d1
Test: atest WMShellFlickerTests
parent f83c526c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ package com.android.wm.shell.flicker.pip

import android.app.Instrumentation
import android.content.Intent
import android.platform.test.annotations.Postsubmit
import android.platform.test.annotations.Presubmit
import com.android.server.wm.flicker.FlickerBuilder
import com.android.server.wm.flicker.FlickerTest
import com.android.server.wm.flicker.helpers.PipAppHelper
@@ -80,7 +80,7 @@ abstract class PipTransition(flicker: FlickerTest) : BaseTest(flicker) {
        }
    }

    @Postsubmit
    @Presubmit
    @Test
    fun hasAtMostOnePipDismissOverlayWindow() {
        val matcher = ComponentNameMatcher("", "pip-dismiss-overlay")