SetTbrCommand: replace static wait with dynamic wait to have completionDate more accurate.

This commit is contained in:
Johannes Mockenhaupt 2017-07-19 13:28:25 +02:00
parent 467cf1e6ed
commit 97733848e7
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -105,7 +105,7 @@ public class SetTbrCommand implements Command {
// confirm TBR
scripter.pressCheckKey();
SystemClock.sleep(500);
scripter.waitForMenuToBeLeft(MenuType.TBR_DURATION);
}
scripter.verifyMenuIsDisplayed(MenuType.MAIN_MENU,