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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-04-04 09:14:14 -07:00
parent fc442a6c4d
commit d41ec1eb8a
1 changed files with 0 additions and 3 deletions

View File

@ -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 {