Fix task transition test
Test: atest FlickerTests Change-Id: Id1a6ddecec1d4602fd89545676f63be4bcdfa0e4
This commit is contained in:
@@ -47,7 +47,7 @@ class NewTasksAppHelper @JvmOverloads constructor(
|
||||
}
|
||||
button.click()
|
||||
wmHelper.StateSyncBuilder()
|
||||
.withFullScreenApp(this)
|
||||
.withAppTransitionIdle()
|
||||
.waitForAndVerify()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ class TaskTransitionTest(testSpec: FlickerTestParameter) : BaseTest(testSpec) {
|
||||
testApp.openNewTask(device, wmHelper)
|
||||
tapl.pressBack()
|
||||
wmHelper.StateSyncBuilder()
|
||||
.withFullScreenApp(testApp)
|
||||
.withAppTransitionIdle()
|
||||
.waitForAndVerify()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user