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

Commit 69fd91c1 authored by Jeff Chang's avatar Jeff Chang
Browse files

Fix EnterSplitScreenByDragFromTaskbar#cujCompleted

Set the appExistAtStart to false for splitScreenEntered while verify
the appWindow isn't contain at start.

Work with aa9b365d33d9e85, make the flicker app support multi-instance
in split screen.

Bug: 270770472
Test: atest EnterSplitScreenByDragFromTaskbar
Change-Id: I6ec79adf21f45cdb5089838c9acf1745b4dd5a83
parent d460dea0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -80,7 +80,8 @@ class EnterSplitScreenByDragFromTaskbar(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