Skip to content

Commit

Permalink
KDE enablement for agama.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Sep 5, 2024
1 parent bf7385a commit 78bea10
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/installation/agama.pm
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,17 @@ sub run {
assert_and_click('agama-show-tabs');

# default is just a minimal server style install
if (check_var('DESKTOP', 'gnome')) {
if (get_var('DESKTOP')) {
assert_and_click('agama-software-tab');

wait_still_screen 5;
assert_and_click('agama-change-software-selection');
wait_still_screen 5;
assert_and_click('agama-software-selection-gnome-desktop-wayland');
if check_var('DESKTOP', 'GNOME') {
assert_and_click('agama-software-selection-gnome-desktop-wayland');
} elsif check_var('DESKTOP', 'KDE') {
assert_and_click('agama-software-selection-kde-desktop-wayland');
}
assert_and_click('agama-software-selection-close');
}

Expand Down

0 comments on commit 78bea10

Please sign in to comment.