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

Commit db125afd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix task transition test"

parents 411c14fb 0cc86f20
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()
        }
    }