1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-10-22 10:04:21 +00:00

Let Maps use a new export flow.

This commit is contained in:
Lukas Ruzicka 2024-10-17 12:39:20 +02:00
parent eae4ef7a1f
commit c4a87f2ae2

View File

@ -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');