SetTbrCommand: replace static wait with dynamic wait to have completionDate more accurate.
This commit is contained in:
parent
467cf1e6ed
commit
97733848e7
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ public class SetTbrCommand implements Command {
|
||||||
|
|
||||||
// confirm TBR
|
// confirm TBR
|
||||||
scripter.pressCheckKey();
|
scripter.pressCheckKey();
|
||||||
SystemClock.sleep(500);
|
scripter.waitForMenuToBeLeft(MenuType.TBR_DURATION);
|
||||||
}
|
}
|
||||||
|
|
||||||
scripter.verifyMenuIsDisplayed(MenuType.MAIN_MENU,
|
scripter.verifyMenuIsDisplayed(MenuType.MAIN_MENU,
|
||||||
|
|
Loading…
Reference in a new issue