Actions
action #156223
closedtest fails in steam: after closing steam, focus is not guaranteed to be in terminal
Start date:
2024-02-28
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Description
Observation¶
The test detects steam, closes the window with alt-f4, then waits a while to type exit (presumably in gnome-terminal)
wait_screen_change { send_key 'alt-f4' };
wait_still_screen(3);
script_run 'exit', 0;
The problem there: it expects to be in gnome-terminal once steam is closed.
openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-extra_tests_gnome@64bit fails in
steam
Test suite description¶
Maintainer: QE Core, asmorodskyi. Extra tests which were designed to run on gnome
Reproducible¶
Fails since (at least) Build 20240227
Expected result¶
Last good: 20240226 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by rfan1 10 months ago
- Related to action #156886: [qe-core][leap15.5 15.6 update]test fails in steam, kill steam process may have some perf issue added
Actions