mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-29 00:53:09 +00:00
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:
parent
fc442a6c4d
commit
d41ec1eb8a
@ -10,9 +10,6 @@ sub run {
|
|||||||
# Run the application
|
# Run the application
|
||||||
menu_launch_type("Calculator");
|
menu_launch_type("Calculator");
|
||||||
assert_screen("apps_run_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 {
|
sub test_flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user