SetTbrCommand: wain for menu update when switching to TBR_DURATION to make it safer, hopefully.

This commit is contained in:
Johannes Mockenhaupt 2017-07-15 11:20:35 +02:00
parent 8c107cb48a
commit 347890496b
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -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);