Skip to content

Commit

Permalink
Hide and show installation tabs as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Jul 31, 2024
1 parent 30e7bc6 commit a3b1413
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/installation/agama.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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');

Expand Down

0 comments on commit a3b1413

Please sign in to comment.