Project

General

Profile

Actions

action #99825

closed

[qe-core][qem] yast2_keyboard failure because yast is unselected

Added by dzedro over 2 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
-
Start date:
2021-10-06
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

Observation

openQA test in scenario sle-12-SP4-Server-DVD-Updates-x86_64-mau-extratests-yast2ui@64bit fails in
yast2_keyboard

Test suite description

Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml. Run YaST2 GUI tests

Reproducible

Fails since (at least) Build 20211006-1 (current job)

Expected result

Last good: 20211005-1 (or more recent)

Further details

Always latest result in this scenario: latest

Actions #1

Updated by dzedro over 2 years ago

  • Status changed from New to Rejected
Actions #2

Updated by dzedro over 2 years ago

  • Status changed from Rejected to New
Actions #3

Updated by dzedro over 2 years ago

  • Status changed from New to In Progress
  • Assignee set to dzedro
Actions #4

Updated by dzedro over 2 years ago

  • Status changed from In Progress to Resolved
commit af4700460adc5c47a4119dcc6a4300b2823834cd
Author: JoaquĆ­n Rivera <jeriveramoya@suse.com>
Date:   Wed Nov 3 09:28:42 2021 +0100

    Bump wait_still_screen to avoid loosing focus with notification

diff --git a/tests/yast2_gui/yast2_keyboard.pm b/tests/yast2_gui/yast2_keyboard.pm
index 41558e75d..50b3aea41 100644
--- a/tests/yast2_gui/yast2_keyboard.pm
+++ b/tests/yast2_gui/yast2_keyboard.pm
@@ -65,7 +65,8 @@ sub run {
     wait_still_screen 2;
     type_password;
     send_key("ret");
-    wait_still_screen 2;
+    # bumped timeout to 10 to avoid loosing focus with desktop notification
+    wait_still_screen 10;
     send_key "alt-k";
     wait_still_screen 2;
     send_key "e";
Actions

Also available in: Atom PDF