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

Commit 0cc86f20 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Fix task transition test

Test: atest FlickerTests
Change-Id: Id1a6ddecec1d4602fd89545676f63be4bcdfa0e4
parent ae34fbc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ class NewTasksAppHelper @JvmOverloads constructor(
        }
        button.click()
        wmHelper.StateSyncBuilder()
            .withFullScreenApp(this)
            .withAppTransitionIdle()
            .waitForAndVerify()
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ class TaskTransitionTest(testSpec: FlickerTestParameter) : BaseTest(testSpec) {
            testApp.openNewTask(device, wmHelper)
            tapl.pressBack()
            wmHelper.StateSyncBuilder()
                .withFullScreenApp(testApp)
                .withAppTransitionIdle()
                .waitForAndVerify()
        }
    }