From c4a87f2ae2e63eef40c9d9d0ae385d75e404b521 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 17 Oct 2024 12:39:20 +0200 Subject: [PATCH] Let Maps use a new export flow. --- tests/applications/maps/export.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/applications/maps/export.pm b/tests/applications/maps/export.pm index 0a5578be..3cc505fc 100644 --- a/tests/applications/maps/export.pm +++ b/tests/applications/maps/export.pm @@ -18,7 +18,10 @@ sub run { # than Rawhide and, for now, the flatpak build are still 46, so # we use the older flow there # FIXME! - if ($relnum < 41 || get_var('CANNED')) { + # Update on 10/15/2024: + # Flatpakked app now uses the new flow, so the only need is for + # older releases. + if ($relnum < 41) { # old flow # wait for the export screen to appear and settle assert_screen('maps_button_export');