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

Commit 2d8b9a4b authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Use tapl to open recents instead of UiDevice

TAPL should be more stable

Fixes: 331064084
Test: atest FlickerTestsIme2
Change-Id: Ie7098bef8b2f1259080bd553c3adcf5c5255047c
parent a288bec9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ class ShowImeOnAppStartWhenLaunchingAppFromOverviewTest(flicker: LegacyFlickerTe
            testApp.launchViaIntent(wmHelper)
            testApp.openIME(wmHelper)
            this.setRotation(flicker.scenario.startRotation)
            device.pressRecentApps()
            tapl.launchedAppState.switchToOverview()
            wmHelper.StateSyncBuilder().withRecentsActivityVisible().waitForAndVerify()
        }
        transitions {