diff --git a/lib/anaconda.pm b/lib/anaconda.pm index 632f6773..0daef377 100644 --- a/lib/anaconda.pm +++ b/lib/anaconda.pm @@ -9,7 +9,7 @@ use testapi; use utils; use bugzilla; -our @EXPORT = qw/select_disks custom_scheme_select custom_blivet_add_partition custom_blivet_format_partition custom_blivet_resize_partition custom_change_type custom_change_fs custom_change_device custom_delete_part get_full_repo check_help_on_pane get_mirrorlist_url crash_anaconda_text report_bug_text/; +our @EXPORT = qw/select_disks custom_scheme_select custom_blivet_add_partition custom_blivet_format_partition custom_blivet_resize_partition custom_change_type custom_change_fs custom_change_device custom_delete_part get_full_repo get_mirrorlist_url crash_anaconda_text report_bug_text/; sub select_disks { # Handles disk selection. Has one optional argument - number of @@ -307,58 +307,6 @@ sub get_mirrorlist_url { return "mirrors.fedoraproject.org/mirrorlist?repo=fedora-" . lc(get_var("VERSION")) . "&arch=" . get_var('ARCH'); } -sub check_help_on_pane { - # This subroutine opens the selected Anaconda pane and checks - # if the Help button can be clicked to obtain relevant help. - # - # Pass an argument to select particular pane to check. - my $screen = shift; - - # Some Help buttons need to be accessed directly according - # to various installation steps (and not from the main hub), - # namely the Main hub Help button, Language selection Help button - # and Installation progress Help button. For the aforementioned - # step, we are skipping selecting the panes. - if ($screen ne "main" && $screen ne "language_selection" && $screen ne "installation_progress") { - send_key_until_needlematch("anaconda_main_hub_$screen", "shift-tab"); - wait_screen_change { click_lastmatch; }; - } - # For Help, click on the the Help button. - assert_and_click "anaconda_help_button"; - - # On the main hub, the Help summary is shown, from where a link - # takes us to Installation progress. This is a specific situation, - # so let's handle this differently. - if ($screen eq "main") { - # Check the Installation Summary screen. - assert_screen "anaconda_help_summary"; - # Click on Installation Progress link - assert_and_click "anaconda_help_progress_link"; - # Check the Installation Progress screen - assert_screen "anaconda_help_installation_progress"; - } - # Otherwise, only check the relevant screen. - else { - assert_screen "anaconda_help_$screen"; - } - # Close Help window - assert_and_click "anaconda_help_quit"; - # Where panes were not opened, we will not close them. - if ($screen ne "main" && $screen ne "language_selection" && $screen ne "installation_progress") { - assert_and_click "anaconda_spoke_done"; - } - # In the situation, when we do not arrive at main hub, we will skip - # testing that main hub is shown. - if ($screen ne "language_selection" && $screen ne "installation_progress") { - # on leaving a spoke, it is highlighted on the main hub, which - # can throw off the match here. so we'll try hitting shift-tab - # a few times to shift focus - send_key_until_needlematch("anaconda_main_hub", "shift-tab"); - # things can take some time to settle after this one - wait_still_screen 10 if ($screen eq "install_destination"); - } -} - sub crash_anaconda_text { # This routine uses the Anaconda crash trigger to break the ongoing Anaconda installation to simulate # an Anaconda crash and runs a series of steps that results in creating a bug in Bugzilla. diff --git a/needles/anaconda/help/help_button-kde-20230207.json b/needles/anaconda/help/help_button-kde-20230207.json deleted file mode 100644 index 005fc171..00000000 --- a/needles/anaconda/help/help_button-kde-20230207.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 965, - "ypos": 39, - "type": "match", - "width": 37, - "height": 20 - } - ], - "properties": [], - "tags": [ - "anaconda_help_button" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_button-kde-20230207.png b/needles/anaconda/help/help_button-kde-20230207.png deleted file mode 100644 index 7c8b92b6..00000000 Binary files a/needles/anaconda/help/help_button-kde-20230207.png and /dev/null differ diff --git a/needles/anaconda/help/help_button.json b/needles/anaconda/help/help_button.json deleted file mode 100644 index 80e82cc3..00000000 --- a/needles/anaconda/help/help_button.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 955, - "ypos": 52, - "width": 39, - "height": 17, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_button" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_button.png b/needles/anaconda/help/help_button.png deleted file mode 100644 index 302cdda5..00000000 Binary files a/needles/anaconda/help/help_button.png and /dev/null differ diff --git a/needles/anaconda/help/help_installation_destination-20210518.json b/needles/anaconda/help/help_installation_destination-20210518.json deleted file mode 100644 index 8d3f912a..00000000 --- a/needles/anaconda/help/help_installation_destination-20210518.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 10, - "ypos": 95, - "width": 374, - "height": 39, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_install_destination" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_installation_destination-20210518.png b/needles/anaconda/help/help_installation_destination-20210518.png deleted file mode 100644 index a0298f31..00000000 Binary files a/needles/anaconda/help/help_installation_destination-20210518.png and /dev/null differ diff --git a/needles/anaconda/help/help_installation_destination-20220204.json b/needles/anaconda/help/help_installation_destination-20220204.json deleted file mode 100644 index 5f62d4de..00000000 --- a/needles/anaconda/help/help_installation_destination-20220204.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "height": 28, - "width": 339, - "type": "match", - "xpos": 9, - "ypos": 108 - } - ], - "properties": [], - "tags": [ - "anaconda_help_install_destination" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_installation_destination-20220204.png b/needles/anaconda/help/help_installation_destination-20220204.png deleted file mode 100644 index b46dd264..00000000 Binary files a/needles/anaconda/help/help_installation_destination-20220204.png and /dev/null differ diff --git a/needles/anaconda/help/help_installation_destination-20230726.json b/needles/anaconda/help/help_installation_destination-20230726.json deleted file mode 100644 index 9fcf10be..00000000 --- a/needles/anaconda/help/help_installation_destination-20230726.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "width": 340, - "ypos": 116, - "height": 28, - "xpos": 43, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_install_destination" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_installation_destination-20230726.png b/needles/anaconda/help/help_installation_destination-20230726.png deleted file mode 100644 index 0ed5f03a..00000000 Binary files a/needles/anaconda/help/help_installation_destination-20230726.png and /dev/null differ diff --git a/needles/anaconda/help/help_installation_progress-20210518.json b/needles/anaconda/help/help_installation_progress-20210518.json deleted file mode 100644 index 91b80c58..00000000 --- a/needles/anaconda/help/help_installation_progress-20210518.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "type": "match", - "ypos": 95, - "xpos": 303, - "width": 337, - "height": 40 - } - ], - "properties": [], - "tags": [ - "anaconda_help_installation_progress" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_installation_progress-20210518.png b/needles/anaconda/help/help_installation_progress-20210518.png deleted file mode 100644 index b097aea6..00000000 Binary files a/needles/anaconda/help/help_installation_progress-20210518.png and /dev/null differ diff --git a/needles/anaconda/help/help_installation_progress-20220204.json b/needles/anaconda/help/help_installation_progress-20220204.json deleted file mode 100644 index b8584ae1..00000000 --- a/needles/anaconda/help/help_installation_progress-20220204.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "type": "match", - "width": 304, - "height": 35, - "ypos": 107, - "xpos": 281 - } - ], - "properties": [], - "tags": [ - "anaconda_help_installation_progress" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_installation_progress-20220204.png b/needles/anaconda/help/help_installation_progress-20220204.png deleted file mode 100644 index e81840e5..00000000 Binary files a/needles/anaconda/help/help_installation_progress-20220204.png and /dev/null differ diff --git a/needles/anaconda/help/help_installation_progress-kde-20230207.json b/needles/anaconda/help/help_installation_progress-kde-20230207.json deleted file mode 100644 index 69fb5bf0..00000000 --- a/needles/anaconda/help/help_installation_progress-kde-20230207.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "height": 35, - "type": "match", - "ypos": 115, - "width": 304, - "xpos": 314 - } - ], - "properties": [], - "tags": [ - "anaconda_help_installation_progress" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_installation_progress-kde-20230207.png b/needles/anaconda/help/help_installation_progress-kde-20230207.png deleted file mode 100644 index 5cd5ab79..00000000 Binary files a/needles/anaconda/help/help_installation_progress-kde-20230207.png and /dev/null differ diff --git a/needles/anaconda/help/help_installation_progress-kde-20230726.json b/needles/anaconda/help/help_installation_progress-kde-20230726.json deleted file mode 100644 index 1338ff6c..00000000 --- a/needles/anaconda/help/help_installation_progress-kde-20230726.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "width": 304, - "ypos": 115, - "xpos": 317, - "height": 35, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_installation_progress" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_installation_progress-kde-20230726.png b/needles/anaconda/help/help_installation_progress-kde-20230726.png deleted file mode 100644 index 07ab3934..00000000 Binary files a/needles/anaconda/help/help_installation_progress-kde-20230726.png and /dev/null differ diff --git a/needles/anaconda/help/help_installation_progress-kde-38respin-20231102.json b/needles/anaconda/help/help_installation_progress-kde-38respin-20231102.json deleted file mode 100644 index 38966320..00000000 --- a/needles/anaconda/help/help_installation_progress-kde-38respin-20231102.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "ypos": 115, - "type": "match", - "width": 304, - "xpos": 318, - "height": 35 - } - ], - "properties": [], - "tags": [ - "anaconda_help_installation_progress" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_installation_progress-kde-38respin-20231102.png b/needles/anaconda/help/help_installation_progress-kde-38respin-20231102.png deleted file mode 100644 index 4a7b58cb..00000000 Binary files a/needles/anaconda/help/help_installation_progress-kde-38respin-20231102.png and /dev/null differ diff --git a/needles/anaconda/help/help_installation_source-20220204.json b/needles/anaconda/help/help_installation_source-20220204.json deleted file mode 100644 index 779b40f5..00000000 --- a/needles/anaconda/help/help_installation_source-20220204.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 9, - "ypos": 108, - "width": 274, - "height": 27, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_installation_source" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_installation_source-20220204.png b/needles/anaconda/help/help_installation_source-20220204.png deleted file mode 100644 index f0b09105..00000000 Binary files a/needles/anaconda/help/help_installation_source-20220204.png and /dev/null differ diff --git a/needles/anaconda/help/help_installation_source-20230726.json b/needles/anaconda/help/help_installation_source-20230726.json deleted file mode 100644 index 94e53293..00000000 --- a/needles/anaconda/help/help_installation_source-20230726.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "width": 274, - "ypos": 134, - "xpos": 42, - "height": 27, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_installation_source" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_installation_source-20230726.png b/needles/anaconda/help/help_installation_source-20230726.png deleted file mode 100644 index a27009a7..00000000 Binary files a/needles/anaconda/help/help_installation_source-20230726.png and /dev/null differ diff --git a/needles/anaconda/help/help_keyboard_layout-20210518.json b/needles/anaconda/help/help_keyboard_layout-20210518.json deleted file mode 100644 index 2cac26f1..00000000 --- a/needles/anaconda/help/help_keyboard_layout-20210518.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "height": 41, - "width": 272, - "xpos": 11, - "type": "match", - "ypos": 93 - } - ], - "properties": [], - "tags": [ - "anaconda_help_keyboard_layout" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_keyboard_layout-20210518.png b/needles/anaconda/help/help_keyboard_layout-20210518.png deleted file mode 100644 index ed08f25b..00000000 Binary files a/needles/anaconda/help/help_keyboard_layout-20210518.png and /dev/null differ diff --git a/needles/anaconda/help/help_keyboard_layout-20220204.json b/needles/anaconda/help/help_keyboard_layout-20220204.json deleted file mode 100644 index 27e4ec94..00000000 --- a/needles/anaconda/help/help_keyboard_layout-20220204.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "width": 249, - "height": 37, - "type": "match", - "ypos": 105, - "xpos": 9 - } - ], - "properties": [], - "tags": [ - "anaconda_help_keyboard_layout" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_keyboard_layout-20220204.png b/needles/anaconda/help/help_keyboard_layout-20220204.png deleted file mode 100644 index 694f106e..00000000 Binary files a/needles/anaconda/help/help_keyboard_layout-20220204.png and /dev/null differ diff --git a/needles/anaconda/help/help_keyboard_layout-kde-20230207.json b/needles/anaconda/help/help_keyboard_layout-kde-20230207.json deleted file mode 100644 index 0830d6ff..00000000 --- a/needles/anaconda/help/help_keyboard_layout-kde-20230207.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "height": 37, - "xpos": 42, - "type": "match", - "ypos": 113, - "width": 249 - } - ], - "properties": [], - "tags": [ - "anaconda_help_keyboard_layout" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_keyboard_layout-kde-20230207.png b/needles/anaconda/help/help_keyboard_layout-kde-20230207.png deleted file mode 100644 index e3a6b253..00000000 Binary files a/needles/anaconda/help/help_keyboard_layout-kde-20230207.png and /dev/null differ diff --git a/needles/anaconda/help/help_keyboard_layout-kde-20230726.json b/needles/anaconda/help/help_keyboard_layout-kde-20230726.json deleted file mode 100644 index ff2baad0..00000000 --- a/needles/anaconda/help/help_keyboard_layout-kde-20230726.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "ypos": 113, - "width": 249, - "type": "match", - "height": 37, - "xpos": 43 - } - ], - "properties": [], - "tags": [ - "anaconda_help_keyboard_layout" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_keyboard_layout-kde-20230726.png b/needles/anaconda/help/help_keyboard_layout-kde-20230726.png deleted file mode 100644 index eccfa0eb..00000000 Binary files a/needles/anaconda/help/help_keyboard_layout-kde-20230726.png and /dev/null differ diff --git a/needles/anaconda/help/help_keyboard_layout-kde-38respin-20231102.json b/needles/anaconda/help/help_keyboard_layout-kde-38respin-20231102.json deleted file mode 100644 index c1de2ba3..00000000 --- a/needles/anaconda/help/help_keyboard_layout-kde-38respin-20231102.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "width": 249, - "type": "match", - "ypos": 113, - "height": 37, - "xpos": 44 - } - ], - "properties": [], - "tags": [ - "anaconda_help_keyboard_layout" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_keyboard_layout-kde-38respin-20231102.png b/needles/anaconda/help/help_keyboard_layout-kde-38respin-20231102.png deleted file mode 100644 index e321a97f..00000000 Binary files a/needles/anaconda/help/help_keyboard_layout-kde-38respin-20231102.png and /dev/null differ diff --git a/needles/anaconda/help/help_language.json b/needles/anaconda/help/help_language.json deleted file mode 100644 index 98650861..00000000 --- a/needles/anaconda/help/help_language.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "properties": [], - "tags": [ - "anaconda_help_language" - ], - "area": [ - { - "xpos": 380, - "ypos": 170, - "width": 312, - "height": 32, - "type": "match" - } - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_language.png b/needles/anaconda/help/help_language.png deleted file mode 100644 index 4a1ac2b5..00000000 Binary files a/needles/anaconda/help/help_language.png and /dev/null differ diff --git a/needles/anaconda/help/help_language_selection-20210518.json b/needles/anaconda/help/help_language_selection-20210518.json deleted file mode 100644 index 87892bee..00000000 --- a/needles/anaconda/help/help_language_selection-20210518.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "height": 38, - "width": 313, - "xpos": 353, - "ypos": 97, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_language_selection" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_language_selection-20210518.png b/needles/anaconda/help/help_language_selection-20210518.png deleted file mode 100644 index 38731a96..00000000 Binary files a/needles/anaconda/help/help_language_selection-20210518.png and /dev/null differ diff --git a/needles/anaconda/help/help_language_selection-20220204.json b/needles/anaconda/help/help_language_selection-20220204.json deleted file mode 100644 index 17a61cf5..00000000 --- a/needles/anaconda/help/help_language_selection-20220204.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "type": "match", - "height": 35, - "width": 283, - "xpos": 320, - "ypos": 106 - } - ], - "properties": [], - "tags": [ - "anaconda_help_language_selection" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_language_selection-20220204.png b/needles/anaconda/help/help_language_selection-20220204.png deleted file mode 100644 index 32226a4a..00000000 Binary files a/needles/anaconda/help/help_language_selection-20220204.png and /dev/null differ diff --git a/needles/anaconda/help/help_language_selection-kde-20230207.json b/needles/anaconda/help/help_language_selection-kde-20230207.json deleted file mode 100644 index 7b240631..00000000 --- a/needles/anaconda/help/help_language_selection-kde-20230207.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "height": 35, - "xpos": 353, - "type": "match", - "width": 283, - "ypos": 114 - } - ], - "properties": [], - "tags": [ - "anaconda_help_language_selection" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_language_selection-kde-20230207.png b/needles/anaconda/help/help_language_selection-kde-20230207.png deleted file mode 100644 index 219f8320..00000000 Binary files a/needles/anaconda/help/help_language_selection-kde-20230207.png and /dev/null differ diff --git a/needles/anaconda/help/help_language_selection-kde-20230726.json b/needles/anaconda/help/help_language_selection-kde-20230726.json deleted file mode 100644 index a02ec1c9..00000000 --- a/needles/anaconda/help/help_language_selection-kde-20230726.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 357, - "height": 35, - "type": "match", - "width": 287, - "ypos": 114 - } - ], - "properties": [], - "tags": [ - "anaconda_help_language_selection" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_language_selection-kde-20230726.png b/needles/anaconda/help/help_language_selection-kde-20230726.png deleted file mode 100644 index f952261d..00000000 Binary files a/needles/anaconda/help/help_language_selection-kde-20230726.png and /dev/null differ diff --git a/needles/anaconda/help/help_language_selection-kde-38respin-20231102.json b/needles/anaconda/help/help_language_selection-kde-38respin-20231102.json deleted file mode 100644 index 346da6f6..00000000 --- a/needles/anaconda/help/help_language_selection-kde-38respin-20231102.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "height": 35, - "xpos": 358, - "width": 287, - "ypos": 114, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_language_selection" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_language_selection-kde-38respin-20231102.png b/needles/anaconda/help/help_language_selection-kde-38respin-20231102.png deleted file mode 100644 index 01ffe44e..00000000 Binary files a/needles/anaconda/help/help_language_selection-kde-38respin-20231102.png and /dev/null differ diff --git a/needles/anaconda/help/help_language_support-20220204.json b/needles/anaconda/help/help_language_support-20220204.json deleted file mode 100644 index ce8f48b1..00000000 --- a/needles/anaconda/help/help_language_support-20220204.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "width": 270, - "height": 34, - "type": "match", - "xpos": 10, - "ypos": 107 - } - ], - "properties": [], - "tags": [ - "anaconda_help_language_support" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_language_support-20220204.png b/needles/anaconda/help/help_language_support-20220204.png deleted file mode 100644 index 93167416..00000000 Binary files a/needles/anaconda/help/help_language_support-20220204.png and /dev/null differ diff --git a/needles/anaconda/help/help_language_support-20230726.json b/needles/anaconda/help/help_language_support-20230726.json deleted file mode 100644 index 3414161b..00000000 --- a/needles/anaconda/help/help_language_support-20230726.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "width": 270, - "ypos": 133, - "height": 34, - "xpos": 44, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_language_support" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_language_support-20230726.png b/needles/anaconda/help/help_language_support-20230726.png deleted file mode 100644 index fc23c29f..00000000 Binary files a/needles/anaconda/help/help_language_support-20230726.png and /dev/null differ diff --git a/needles/anaconda/help/help_network_hostname-20220204.json b/needles/anaconda/help/help_network_hostname-20220204.json deleted file mode 100644 index 3a118fab..00000000 --- a/needles/anaconda/help/help_network_hostname-20220204.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "width": 315, - "height": 30, - "type": "match", - "xpos": 11, - "ypos": 107 - } - ], - "properties": [], - "tags": [ - "anaconda_help_network_host_name" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_network_hostname-20220204.png b/needles/anaconda/help/help_network_hostname-20220204.png deleted file mode 100644 index 954d890d..00000000 Binary files a/needles/anaconda/help/help_network_hostname-20220204.png and /dev/null differ diff --git a/needles/anaconda/help/help_network_hostname-20230726.json b/needles/anaconda/help/help_network_hostname-20230726.json deleted file mode 100644 index e57db64b..00000000 --- a/needles/anaconda/help/help_network_hostname-20230726.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "ypos": 115, - "width": 315, - "type": "match", - "height": 30, - "xpos": 45 - } - ], - "properties": [], - "tags": [ - "anaconda_help_network_host_name" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_network_hostname-20230726.png b/needles/anaconda/help/help_network_hostname-20230726.png deleted file mode 100644 index dc71963e..00000000 Binary files a/needles/anaconda/help/help_network_hostname-20230726.png and /dev/null differ diff --git a/needles/anaconda/help/help_progress_link-20210518.json b/needles/anaconda/help/help_progress_link-20210518.json deleted file mode 100644 index ac8e64cb..00000000 --- a/needles/anaconda/help/help_progress_link-20210518.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "height": 17, - "width": 143, - "xpos": 137, - "ypos": 727, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_progress_link" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_progress_link-20210518.png b/needles/anaconda/help/help_progress_link-20210518.png deleted file mode 100644 index 9bc7c362..00000000 Binary files a/needles/anaconda/help/help_progress_link-20210518.png and /dev/null differ diff --git a/needles/anaconda/help/help_progress_link-20220204.json b/needles/anaconda/help/help_progress_link-20220204.json deleted file mode 100644 index a4b8f0bc..00000000 --- a/needles/anaconda/help/help_progress_link-20220204.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "height": 10, - "width": 129, - "type": "match", - "xpos": 8, - "ypos": 619 - } - ], - "properties": [], - "tags": [ - "anaconda_help_progress_link" - ] -} diff --git a/needles/anaconda/help/help_progress_link-20220204.png b/needles/anaconda/help/help_progress_link-20220204.png deleted file mode 100644 index 2008ed80..00000000 Binary files a/needles/anaconda/help/help_progress_link-20220204.png and /dev/null differ diff --git a/needles/anaconda/help/help_progress_link-kde-20221129.json b/needles/anaconda/help/help_progress_link-kde-20221129.json deleted file mode 100644 index 5a23df19..00000000 --- a/needles/anaconda/help/help_progress_link-kde-20221129.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 153, - "type": "match", - "height": 10, - "ypos": 662, - "width": 129 - } - ], - "properties": [], - "tags": [ - "anaconda_help_progress_link" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_progress_link-kde-20221129.png b/needles/anaconda/help/help_progress_link-kde-20221129.png deleted file mode 100644 index f351461f..00000000 Binary files a/needles/anaconda/help/help_progress_link-kde-20221129.png and /dev/null differ diff --git a/needles/anaconda/help/help_progress_link-kde-20230207.json b/needles/anaconda/help/help_progress_link-kde-20230207.json deleted file mode 100644 index e48097f1..00000000 --- a/needles/anaconda/help/help_progress_link-kde-20230207.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 153, - "ypos": 663, - "type": "match", - "width": 129, - "height": 10 - } - ], - "properties": [], - "tags": [ - "anaconda_help_progress_link" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_progress_link-kde-20230207.png b/needles/anaconda/help/help_progress_link-kde-20230207.png deleted file mode 100644 index 913d9055..00000000 Binary files a/needles/anaconda/help/help_progress_link-kde-20230207.png and /dev/null differ diff --git a/needles/anaconda/help/help_quit.json b/needles/anaconda/help/help_quit.json deleted file mode 100644 index 8dd7aaad..00000000 --- a/needles/anaconda/help/help_quit.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 966, - "ypos": 81, - "width": 16, - "height": 13, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_quit" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_quit.png b/needles/anaconda/help/help_quit.png deleted file mode 100644 index 4afac366..00000000 Binary files a/needles/anaconda/help/help_quit.png and /dev/null differ diff --git a/needles/anaconda/help/help_quit_kde-20220112.json b/needles/anaconda/help/help_quit_kde-20220112.json deleted file mode 100644 index 34c8ec92..00000000 --- a/needles/anaconda/help/help_quit_kde-20220112.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 970, - "width": 16, - "ypos": 55, - "height": 13, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_quit" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_quit_kde-20220112.png b/needles/anaconda/help/help_quit_kde-20220112.png deleted file mode 100644 index 75a6ed8a..00000000 Binary files a/needles/anaconda/help/help_quit_kde-20220112.png and /dev/null differ diff --git a/needles/anaconda/help/help_quit_kde-20220303.json b/needles/anaconda/help/help_quit_kde-20220303.json deleted file mode 100644 index daeaaeee..00000000 --- a/needles/anaconda/help/help_quit_kde-20220303.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 961, - "width": 16, - "type": "match", - "height": 13, - "ypos": 61 - } - ], - "properties": [], - "tags": [ - "anaconda_help_quit" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_quit_kde-20220303.png b/needles/anaconda/help/help_quit_kde-20220303.png deleted file mode 100644 index 11b49cdd..00000000 Binary files a/needles/anaconda/help/help_quit_kde-20220303.png and /dev/null differ diff --git a/needles/anaconda/help/help_quit_kde-20230406.json b/needles/anaconda/help/help_quit_kde-20230406.json deleted file mode 100644 index 5a4b65fc..00000000 --- a/needles/anaconda/help/help_quit_kde-20230406.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "type": "match", - "xpos": 966, - "height": 13, - "width": 16, - "ypos": 65 - } - ], - "properties": [], - "tags": [ - "anaconda_help_quit" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_quit_kde-20230406.png b/needles/anaconda/help/help_quit_kde-20230406.png deleted file mode 100644 index e9d62b96..00000000 Binary files a/needles/anaconda/help/help_quit_kde-20230406.png and /dev/null differ diff --git a/needles/anaconda/help/help_root_password-20220204.json b/needles/anaconda/help/help_root_password-20220204.json deleted file mode 100644 index 9358cc80..00000000 --- a/needles/anaconda/help/help_root_password-20220204.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "width": 216, - "height": 26, - "type": "match", - "xpos": 11, - "ypos": 108 - } - ], - "properties": [], - "tags": [ - "anaconda_help_root_password" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_root_password-20220204.png b/needles/anaconda/help/help_root_password-20220204.png deleted file mode 100644 index e14114f4..00000000 Binary files a/needles/anaconda/help/help_root_password-20220204.png and /dev/null differ diff --git a/needles/anaconda/help/help_root_password-kde-20230207.json b/needles/anaconda/help/help_root_password-kde-20230207.json deleted file mode 100644 index db2f75dd..00000000 --- a/needles/anaconda/help/help_root_password-kde-20230207.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "height": 26, - "type": "match", - "width": 216, - "ypos": 116, - "xpos": 43 - } - ], - "properties": [], - "tags": [ - "anaconda_help_root_password" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_root_password-kde-20230207.png b/needles/anaconda/help/help_root_password-kde-20230207.png deleted file mode 100644 index 8fa7c714..00000000 Binary files a/needles/anaconda/help/help_root_password-kde-20230207.png and /dev/null differ diff --git a/needles/anaconda/help/help_root_password-kde-20230726.json b/needles/anaconda/help/help_root_password-kde-20230726.json deleted file mode 100644 index aea5a788..00000000 --- a/needles/anaconda/help/help_root_password-kde-20230726.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "ypos": 116, - "width": 216, - "type": "match", - "xpos": 44, - "height": 26 - } - ], - "properties": [], - "tags": [ - "anaconda_help_root_password" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_root_password-kde-20230726.png b/needles/anaconda/help/help_root_password-kde-20230726.png deleted file mode 100644 index c88c7115..00000000 Binary files a/needles/anaconda/help/help_root_password-kde-20230726.png and /dev/null differ diff --git a/needles/anaconda/help/help_root_password-kde-38respin-20231102.json b/needles/anaconda/help/help_root_password-kde-38respin-20231102.json deleted file mode 100644 index d1743f0c..00000000 --- a/needles/anaconda/help/help_root_password-kde-38respin-20231102.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 44, - "height": 26, - "type": "match", - "ypos": 116, - "width": 216 - } - ], - "properties": [], - "tags": [ - "anaconda_help_root_password" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_root_password-kde-38respin-20231102.png b/needles/anaconda/help/help_root_password-kde-38respin-20231102.png deleted file mode 100644 index 66363662..00000000 Binary files a/needles/anaconda/help/help_root_password-kde-38respin-20231102.png and /dev/null differ diff --git a/needles/anaconda/help/help_software_selection-20220204.json b/needles/anaconda/help/help_software_selection-20220204.json deleted file mode 100644 index bf30757b..00000000 --- a/needles/anaconda/help/help_software_selection-20220204.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "ypos": 107, - "xpos": 10, - "type": "match", - "height": 26, - "width": 268 - } - ], - "properties": [], - "tags": [ - "anaconda_help_select_packages" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_software_selection-20220204.png b/needles/anaconda/help/help_software_selection-20220204.png deleted file mode 100644 index 7847fb67..00000000 Binary files a/needles/anaconda/help/help_software_selection-20220204.png and /dev/null differ diff --git a/needles/anaconda/help/help_software_selection-20230726.json b/needles/anaconda/help/help_software_selection-20230726.json deleted file mode 100644 index 7486f512..00000000 --- a/needles/anaconda/help/help_software_selection-20230726.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "width": 271, - "ypos": 132, - "height": 29, - "xpos": 43, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_select_packages" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_software_selection-20230726.png b/needles/anaconda/help/help_software_selection-20230726.png deleted file mode 100644 index bef016bd..00000000 Binary files a/needles/anaconda/help/help_software_selection-20230726.png and /dev/null differ diff --git a/needles/anaconda/help/help_summary-20210518.json b/needles/anaconda/help/help_summary-20210518.json deleted file mode 100644 index edc48df0..00000000 --- a/needles/anaconda/help/help_summary-20210518.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "ypos": 99, - "type": "match", - "xpos": 12, - "width": 342, - "height": 35 - } - ], - "properties": [], - "tags": [ - "anaconda_help_summary" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_summary-20210518.png b/needles/anaconda/help/help_summary-20210518.png deleted file mode 100644 index 31d57b16..00000000 Binary files a/needles/anaconda/help/help_summary-20210518.png and /dev/null differ diff --git a/needles/anaconda/help/help_summary-20220204.json b/needles/anaconda/help/help_summary-20220204.json deleted file mode 100644 index 8aa7d852..00000000 --- a/needles/anaconda/help/help_summary-20220204.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "height": 35, - "width": 314, - "type": "match", - "xpos": 9, - "ypos": 107 - } - ], - "properties": [], - "tags": [ - "anaconda_help_summary" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_summary-20220204.png b/needles/anaconda/help/help_summary-20220204.png deleted file mode 100644 index 2008ed80..00000000 Binary files a/needles/anaconda/help/help_summary-20220204.png and /dev/null differ diff --git a/needles/anaconda/help/help_summary-20230726.json b/needles/anaconda/help/help_summary-20230726.json deleted file mode 100644 index 2c5df049..00000000 --- a/needles/anaconda/help/help_summary-20230726.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "width": 314, - "ypos": 115, - "height": 35, - "xpos": 43, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_help_summary" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_summary-20230726.png b/needles/anaconda/help/help_summary-20230726.png deleted file mode 100644 index b2c4569e..00000000 Binary files a/needles/anaconda/help/help_summary-20230726.png and /dev/null differ diff --git a/needles/anaconda/help/help_summary_link.json b/needles/anaconda/help/help_summary_link.json deleted file mode 100644 index cd915260..00000000 --- a/needles/anaconda/help/help_summary_link.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "properties": [], - "tags": [ - "anaconda_help_summary_link" - ], - "area": [ - { - "xpos": 683, - "ypos": 446, - "width": 142, - "height": 14, - "type": "match" - } - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_summary_link.png b/needles/anaconda/help/help_summary_link.png deleted file mode 100644 index 4a1ac2b5..00000000 Binary files a/needles/anaconda/help/help_summary_link.png and /dev/null differ diff --git a/needles/anaconda/help/help_time_date-20210518.json b/needles/anaconda/help/help_time_date-20210518.json deleted file mode 100644 index 37620be1..00000000 --- a/needles/anaconda/help/help_time_date-20210518.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 12, - "ypos": 99, - "type": "match", - "height": 30, - "width": 196 - } - ], - "properties": [], - "tags": [ - "anaconda_help_time_date" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_time_date-20210518.png b/needles/anaconda/help/help_time_date-20210518.png deleted file mode 100644 index 0b6d4427..00000000 Binary files a/needles/anaconda/help/help_time_date-20210518.png and /dev/null differ diff --git a/needles/anaconda/help/help_time_date-20220204.json b/needles/anaconda/help/help_time_date-20220204.json deleted file mode 100644 index cfd0790e..00000000 --- a/needles/anaconda/help/help_time_date-20220204.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "type": "match", - "width": 179, - "height": 28, - "xpos": 11, - "ypos": 107 - } - ], - "properties": [], - "tags": [ - "anaconda_help_time_date" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_time_date-20220204.png b/needles/anaconda/help/help_time_date-20220204.png deleted file mode 100644 index 78397abc..00000000 Binary files a/needles/anaconda/help/help_time_date-20220204.png and /dev/null differ diff --git a/needles/anaconda/help/help_time_date-20230726.json b/needles/anaconda/help/help_time_date-20230726.json deleted file mode 100644 index e9c1fd04..00000000 --- a/needles/anaconda/help/help_time_date-20230726.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "ypos": 115, - "width": 179, - "type": "match", - "xpos": 44, - "height": 28 - } - ], - "properties": [], - "tags": [ - "anaconda_help_time_date" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_time_date-20230726.png b/needles/anaconda/help/help_time_date-20230726.png deleted file mode 100644 index 14cde553..00000000 Binary files a/needles/anaconda/help/help_time_date-20230726.png and /dev/null differ diff --git a/needles/anaconda/help/help_user_creation-20220204.json b/needles/anaconda/help/help_user_creation-20220204.json deleted file mode 100644 index dfa9a678..00000000 --- a/needles/anaconda/help/help_user_creation-20220204.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "ypos": 108, - "xpos": 11, - "type": "match", - "width": 173, - "height": 26 - } - ], - "properties": [], - "tags": [ - "anaconda_help_user_creation" - ] -} diff --git a/needles/anaconda/help/help_user_creation-20220204.png b/needles/anaconda/help/help_user_creation-20220204.png deleted file mode 100644 index d7196f93..00000000 Binary files a/needles/anaconda/help/help_user_creation-20220204.png and /dev/null differ diff --git a/needles/anaconda/help/help_user_creation-kde-20230207.json b/needles/anaconda/help/help_user_creation-kde-20230207.json deleted file mode 100644 index e203c1d2..00000000 --- a/needles/anaconda/help/help_user_creation-kde-20230207.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "ypos": 116, - "type": "match", - "width": 173, - "xpos": 43, - "height": 26 - } - ], - "properties": [], - "tags": [ - "anaconda_help_user_creation" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_user_creation-kde-20230207.png b/needles/anaconda/help/help_user_creation-kde-20230207.png deleted file mode 100644 index 7883ac9d..00000000 Binary files a/needles/anaconda/help/help_user_creation-kde-20230207.png and /dev/null differ diff --git a/needles/anaconda/help/help_user_creation-kde-20230726.json b/needles/anaconda/help/help_user_creation-kde-20230726.json deleted file mode 100644 index 3b0b8ca6..00000000 --- a/needles/anaconda/help/help_user_creation-kde-20230726.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 43, - "height": 29, - "type": "match", - "width": 175, - "ypos": 114 - } - ], - "properties": [], - "tags": [ - "anaconda_help_user_creation" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_user_creation-kde-20230726.png b/needles/anaconda/help/help_user_creation-kde-20230726.png deleted file mode 100644 index dcf2189a..00000000 Binary files a/needles/anaconda/help/help_user_creation-kde-20230726.png and /dev/null differ diff --git a/needles/anaconda/help/help_user_creation-kde-38respin-20231102.json b/needles/anaconda/help/help_user_creation-kde-38respin-20231102.json deleted file mode 100644 index bb7c0c83..00000000 --- a/needles/anaconda/help/help_user_creation-kde-38respin-20231102.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "type": "match", - "ypos": 114, - "width": 175, - "xpos": 43, - "height": 29 - } - ], - "properties": [], - "tags": [ - "anaconda_help_user_creation" - ] -} \ No newline at end of file diff --git a/needles/anaconda/help/help_user_creation-kde-38respin-20231102.png b/needles/anaconda/help/help_user_creation-kde-38respin-20231102.png deleted file mode 100644 index e0412333..00000000 Binary files a/needles/anaconda/help/help_user_creation-kde-38respin-20231102.png and /dev/null differ diff --git a/templates.fif.json b/templates.fif.json index 65798c43..943c6c25 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -609,22 +609,6 @@ "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%" } }, - "anaconda_help": { - "profiles": { - "fedora-KDE-live-iso-x86_64-*-64bit": 40, - "fedora-Workstation-live-iso-x86_64-*-64bit": 40, - "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20, - "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50, - "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50, - "fedora-Server-dvd-iso-aarch64-*-aarch64": 20, - "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20, - "fedora-Server-dvd-iso-x86_64-*-64bit": 20 - }, - "settings": { - "ENTRYPOINT": "_boot_to_anaconda anaconda_help", - "HELPCHECK": "1" - } - }, "base_reboot_unmount": { "profiles": { "fedora-BaseOS-dvd-iso-x86_64-*-uefi": 50, diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 10670b49..1418cb5a 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -174,12 +174,6 @@ sub run { # appropriate language, here assert_and_click "anaconda_select_install_lang_filtered"; assert_screen "anaconda_select_install_lang_selected", 10; - # Check for Help on the Language selection pane, if HELPCHECK is - # required - if (get_var('HELPCHECK')) { - check_help_on_pane("language_selection"); - } - assert_and_click "anaconda_select_install_lang_continue"; # wait 180 secs for hub or Rawhide warning dialog to appear diff --git a/tests/anaconda_help.pm b/tests/anaconda_help.pm deleted file mode 100644 index 478421ce..00000000 --- a/tests/anaconda_help.pm +++ /dev/null @@ -1,87 +0,0 @@ -use base "anacondatest"; -use strict; -use lockapi; -use testapi; -use utils; -use anaconda; - -sub run { - # This test tests that Anaconda is able to show help for particular Anaconda screens. - # It opens various Anaconda panes, clicks on Help button, and checks that correct - # Help content is shown for that pane. - # - # Although this test performs Anaconda routines and it only partly performs the installation, - # therefore it is NOT to be considered an *installation test*. - # - # This tests should run after the _boot_to_anaconda test. Which should take us to Anaconda - # main hub. - # Now, we should be on Anaconda Main hub, but the hub differs for various - # installation media. For each such media (ServerDVD, WS Live, KDE Live), - # we create a tailored test plan. - - # Create test plans - my @testplan; - # For LIVE KDE: - if ((get_var('LIVE')) && (get_var('DESKTOP') eq "kde")) { - @testplan = qw/keyboard_layout time_date install_destination network_host_name root_password user_creation/; - } - # For LIVE Workstation - elsif ((get_var('LIVE')) && (get_var('DESKTOP') eq "gnome")) { - my $relnum = get_release_number; - # the webUI installer from F39+ does not really have Help in - # a traditional sense, it's planned to have contextual help - # in future which we may be able to test, but for now just - # skip it - if ($relnum > 39) { - record_soft_failure "no Help in anaconda webUI currently!"; - return; - } - @testplan = qw/keyboard_layout install_destination time_date/; - } - # For Silverblue - elsif (get_var('DESKTOP') eq "gnome") { - @testplan = qw/keyboard_layout language_support install_destination time_date/; - } - # For ServerDVD - else { - @testplan = qw/keyboard_layout language_support time_date installation_source select_packages install_destination network_host_name root_password user_creation/; - } - - # At first, we check for the main hub help. - check_help_on_pane("main"); - - # Iterate over test plan and do the tests. - foreach (@testplan) { - check_help_on_pane($_); - } - - # Now, we will start the installation. - # on GNOME installs (Workstation Live and Silverblue) we don't - # need to set a root password or create a user; on other flavors - # we must - unless (get_var("DESKTOP") eq "gnome") { - assert_and_click "anaconda_install_root_password"; - # we have to click 'enable root account' before typing the - # password - assert_and_click "anaconda_install_root_password_screen"; - type_safely "weakadminpassword"; - send_key "tab"; - type_safely "weakadminpassword"; - assert_and_click "anaconda_spoke_done"; - } - # Begin installation after waiting out animation - assert_screen "anaconda_main_hub_begin_installation", 90; - wait_still_screen 5; - assert_and_click "anaconda_main_hub_begin_installation"; - - # Check the last Help screen but wait for some time for the test to settle down. - sleep 10; - check_help_on_pane("installation_progress"); - - # As there is no need to proceed with the installation, - # the test ends here and the VM will be destroyed - # after some short time. - -} - -1;