action #168520
closed[qa-core]test fails in vnc_two_passwords - before click 'vnc_password_dialog_incomplete' , 'vnc_password_dialog' has shown up.
0%
Description
Observation¶
openQA test in scenario sle-15-SP7-Online-ppc64le-extra_tests_gnome@ppc64le fails in
vnc_two_passwords
Test suite description¶
Maintainer: QE Core, asmorodskyi. Extra tests which were designed to run on gnome , VNC_STALL_THRESHOLD is needed for xen svirt to don't turn off the scrreen after default 4 sec
New version of extra_tests_on_gnome for yaml scheduling
Reproducible¶
Fails since (at least) Build 31.1
Further details¶
Did research the code:
assert_screen [qw(vnc_password_dialog vnc_password_dialog_incomplete)];
if (match_has_tag 'vnc_password_dialog_incomplete') {
# https://progress.opensuse.org/issues/158622
assert_and_click 'vnc_password_dialog_incomplete', button => 'right'; <======= HEREļ¼ thought the job has matched 'vnc_password_dialog_incomplete', but when do click, the screen has changed to 'vnc_password_dialog'
send_key 'esc';
assert_screen 'vnc_password_dialog';
}