Small cleanup.
(cherry picked from commit b0b533e)
This commit is contained in:
parent
6f8e0fc257
commit
4c313a6a14
1 changed files with 1 additions and 1 deletions
|
@ -44,8 +44,8 @@ public class BolusCommand extends BaseCommand {
|
||||||
scripter.pressCheckKey();
|
scripter.pressCheckKey();
|
||||||
|
|
||||||
// the pump displays the entered bolus and waits a bit to let user check and cancel
|
// 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.waitForMenuToBeLeft(MenuType.BOLUS_ENTER);
|
||||||
|
|
||||||
scripter.verifyMenuIsDisplayed(MenuType.MAIN_MENU,
|
scripter.verifyMenuIsDisplayed(MenuType.MAIN_MENU,
|
||||||
"Pump did not return to MAIN_MEU from BOLUS_ENTER to deliver bolus. "
|
"Pump did not return to MAIN_MEU from BOLUS_ENTER to deliver bolus. "
|
||||||
+ "Check pump manually, the bolus might not have been delivered.");
|
+ "Check pump manually, the bolus might not have been delivered.");
|
||||||
|
|
Loading…
Reference in a new issue