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

Commit fe86ceaf authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Use tapl to open taskbar before the swipe to recents

Fix test on large screen

Fixes: 331064084
Test: atest FlickerTestsIme2
Change-Id: I4b962b3dfd4cafaa9e8255c3da6530cd24b65c38
parent 2d8b9a4b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -50,6 +50,9 @@ class ShowImeOnAppStartWhenLaunchingAppFromOverviewTest(flicker: LegacyFlickerTe
            testApp.launchViaIntent(wmHelper)
            testApp.openIME(wmHelper)
            this.setRotation(flicker.scenario.startRotation)
            if (flicker.scenario.isTablet) {
                tapl.launchedAppState.swipeUpToUnstashTaskbar()
            }
            tapl.launchedAppState.switchToOverview()
            wmHelper.StateSyncBuilder().withRecentsActivityVisible().waitForAndVerify()
        }