From be2f1d896ae703b8f62098bac77bdef20e43e034 Mon Sep 17 00:00:00 2001 From: mloviska Date: Mon, 30 Sep 2024 12:37:30 +0200 Subject: [PATCH] Skip TOTP for sle micro TOTP screen is brand new and for now we can just skip the option in order to unblock other tests. Further testing requirements should be discussed later. --- tests/jeos/firstrun.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/jeos/firstrun.pm b/tests/jeos/firstrun.pm index caf823f073d6..948df1427844 100644 --- a/tests/jeos/firstrun.pm +++ b/tests/jeos/firstrun.pm @@ -297,6 +297,16 @@ sub run { create_user_in_ui(); } + if (is_sle_micro('>6.0')) { + assert_screen 'jeos-totp-for-cockpit'; + for (1 .. 2) { + wait_screen_change(sub { + send_key 'tab'; + }, 10); + } + send_key 'ret'; + } + if (is_generalhw && is_aarch64 && !is_leap("<15.4") && !is_tumbleweed) { assert_screen 'jeos-please-configure-wifi'; send_key 'n';