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

Commit a3214b68 authored by Jeff Chang's avatar Jeff Chang Committed by Android (Google) Code Review
Browse files

Merge "Fix EnterSplitScreenByDrag#cujCompleted" into udc-dev

parents d781632b 61dc6080
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -79,7 +79,8 @@ class EnterSplitScreenByDragFromAllApps(flicker: FlickerTest) : SplitScreenBase(
    @IwTest(focusArea = "sysui")
    @Presubmit
    @Test
    fun cujCompleted() = flicker.splitScreenEntered(primaryApp, secondaryApp, fromOtherApp = false)
    fun cujCompleted() = flicker.splitScreenEntered(primaryApp, secondaryApp, fromOtherApp = false,
            appExistAtStart = false)

    @Presubmit
    @Test
+2 −1
Original line number Diff line number Diff line
@@ -82,7 +82,8 @@ class EnterSplitScreenByDragFromNotification(flicker: FlickerTest) : SplitScreen
    @IwTest(focusArea = "sysui")
    @Presubmit
    @Test
    fun cujCompleted() = flicker.splitScreenEntered(primaryApp, secondaryApp, fromOtherApp = false)
    fun cujCompleted() = flicker.splitScreenEntered(primaryApp, sendNotificationApp,
            fromOtherApp = false)

    @Presubmit
    @Test