Small cleanup.

(cherry picked from commit b0b533e)
This commit is contained in:
Johannes Mockenhaupt 2017-08-28 12:28:28 +02:00
parent 6f8e0fc257
commit 4c313a6a14
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -44,8 +44,8 @@ public class BolusCommand extends BaseCommand {
scripter.pressCheckKey();
// the pump displays the entered bolus and waits a bit to let user check and cancel
// and then returns to the main menu
scripter.waitForMenuToBeLeft(MenuType.BOLUS_ENTER);
scripter.verifyMenuIsDisplayed(MenuType.MAIN_MENU,
"Pump did not return to MAIN_MEU from BOLUS_ENTER to deliver bolus. "
+ "Check pump manually, the bolus might not have been delivered.");