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