mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-22 08:33:08 +00:00
Add search routines.
This commit is contained in:
parent
dbc0f321ff
commit
baeb8255d5
@ -55,22 +55,37 @@ sub run {
|
||||
assert_screen("settings_printers_shown");
|
||||
|
||||
# Check the Removable tab
|
||||
assert_and_click("gnome_search_button");
|
||||
type_safely("removable");
|
||||
wait_still_screen(2);
|
||||
assert_and_click("settings_menu_removables");
|
||||
assert_screen("settings_removables_shown");
|
||||
|
||||
# Check the Color tab
|
||||
assert_and_click("gnome_search_button");
|
||||
type_safely("color");
|
||||
wait_still_screen(2);
|
||||
assert_and_click("settings_menu_color");
|
||||
assert_screen("settings_color_shown");
|
||||
|
||||
# Check the Region tab
|
||||
assert_and_click("gnome_search_button");
|
||||
type_safely("region");
|
||||
wait_still_screen(2);
|
||||
assert_and_click("settings_menu_region");
|
||||
assert_screen("settings_region_shown");
|
||||
|
||||
# Check the Defaults tab
|
||||
assert_and_click("gnome_search_button");
|
||||
type_safely("default");
|
||||
wait_still_screen(2);
|
||||
assert_and_click("settings_menu_defaults");
|
||||
assert_screen("settings_defaults_shown");
|
||||
|
||||
# Check the About tab
|
||||
assert_and_click("gnome_search_button");
|
||||
type_safely("about");
|
||||
wait_still_screen(2);
|
||||
assert_and_click("settings_menu_about");
|
||||
assert_screen("settings_about_shown");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user