diff --git a/tests/installation/agama.pm b/tests/installation/agama.pm index b2a268a7d8a2..d98c2ec77d1f 100644 --- a/tests/installation/agama.pm +++ b/tests/installation/agama.pm @@ -53,6 +53,9 @@ sub run { # default is just a minimal server style install if (check_var('DESKTOP', 'gnome')) { assert_and_click('agama-software-tab'); + # Hide the tabs again (their overlap with screen on lowres) + assert_and_click('agama-show-tabs'); + wait_still_screen 5; assert_and_click('agama-change-software-selection'); wait_still_screen 5; @@ -61,10 +64,13 @@ sub run { # TODO fetch agama logs before install (in case of dependency issues, or if further installation crashes) - # all set, start installation + # Show tabs again so we can click on overview + assert_and_click('agama-show-tabs'); assert_and_click('agama-overview-tab'); - assert_and_click('agama-ready-for-installation'); + # Hide the tabs again (their overlap with screen on lowres) + assert_and_click('agama-show-tabs'); + assert_and_click('agama-ready-for-installation'); # confirmation dialog if we keep default partitioning layout assert_and_click('agama-confirm-installation');