mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Let Maps use a new export flow.
This commit is contained in:
parent
eae4ef7a1f
commit
c4a87f2ae2
@ -18,7 +18,10 @@ sub run {
|
|||||||
# than Rawhide and, for now, the flatpak build are still 46, so
|
# than Rawhide and, for now, the flatpak build are still 46, so
|
||||||
# we use the older flow there
|
# we use the older flow there
|
||||||
# FIXME!
|
# 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
|
# old flow
|
||||||
# wait for the export screen to appear and settle
|
# wait for the export screen to appear and settle
|
||||||
assert_screen('maps_button_export');
|
assert_screen('maps_button_export');
|
||||||
|
Loading…
Reference in New Issue
Block a user