1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 08:47:22 +00:00

g-t-e: only use the 'old' path for Silverblue < 37 now

Because Silverblue 37 has a newer g-t-e.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-09-08 15:07:49 -07:00
parent 72f9e0e448
commit 9fd78aa99b

View File

@ -22,7 +22,8 @@ sub run {
assert_and_click("gte_preferences_submenu");
wait_still_screen(2);
if (get_var("CANNED")) {
my $relnum = get_release_number;
if (get_var("CANNED") && $relnum < 37) {
# This is for the older version of g-t-e in Silverblue
# Click on Adwaita;
assert_and_click("gte_select_adwaita");