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
1 changed files with 2 additions and 1 deletions

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");