From d41ec1eb8a865b1cd2482144392336abd2f86fba Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 4 Apr 2023 09:14:14 -0700 Subject: [PATCH] Calculator: drop the switch to basic mode It always launches in basic mode anyway, and sometimes this key press doesn't work right and leaves a stray 'b' in the entry field, which messes things up when we get to the calculation tests. Signed-off-by: Adam Williamson --- tests/applications/calculator/aaa_setup.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/applications/calculator/aaa_setup.pm b/tests/applications/calculator/aaa_setup.pm index 83ab3106..47e3fa12 100644 --- a/tests/applications/calculator/aaa_setup.pm +++ b/tests/applications/calculator/aaa_setup.pm @@ -10,9 +10,6 @@ sub run { # Run the application menu_launch_type("Calculator"); assert_screen("apps_run_calculator"); - # Make sure that the application will be in the - # basic mode. - send_key("ctrl-alt-b"); } sub test_flags {