diff --git a/needles/console/live_overview_warning-20230216.json b/needles/console/live_overview_warning-20230216.json new file mode 100644 index 00000000..9f3ed487 --- /dev/null +++ b/needles/console/live_overview_warning-20230216.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "xpos": 204, + "ypos": 32, + "width": 168, + "height": 16, + "type": "match" + } + ], + "properties": [], + "tags": [ + "live_overview_warning" + ] +} \ No newline at end of file diff --git a/needles/console/live_overview_warning-20230216.png b/needles/console/live_overview_warning-20230216.png new file mode 100644 index 00000000..a80a54d1 Binary files /dev/null and b/needles/console/live_overview_warning-20230216.png differ diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 805a5366..fe3fdf41 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -111,8 +111,12 @@ sub run { } } else { - # on lives, we have to explicitly launch anaconda if (get_var('LIVE')) { + if (check_screen "live_overlay_warning", 45) { + record_soft_failure "Got a persistent overlay warning - https://bugzilla.redhat.com/show_bug.cgi?id=2170544"; + send_key "ret"; + } + # on lives, we have to explicitly launch anaconda my $count = 5; while ($count > 0) { $count -= 1;