SetTbrCommand: wain for menu update when switching to TBR_DURATION to make it safer, hopefully.
This commit is contained in:
parent
8c107cb48a
commit
347890496b
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ public class SetTbrCommand implements Command {
|
||||||
} else {
|
} else {
|
||||||
// switch to TBR_DURATION menu by pressing menu key
|
// switch to TBR_DURATION menu by pressing menu key
|
||||||
scripter.pressMenuKey();
|
scripter.pressMenuKey();
|
||||||
|
scripter.waitForMenuUpdate();
|
||||||
scripter.verifyMenuIsDisplayed(MenuType.TBR_DURATION);
|
scripter.verifyMenuIsDisplayed(MenuType.TBR_DURATION);
|
||||||
|
|
||||||
inputTbrDuration(scripter);
|
inputTbrDuration(scripter);
|
||||||
|
|
Loading…
Reference in a new issue