Skip to content

Commit

Permalink
Merge pull request os-autoinst#17212 from okurz/fix/openqa
Browse files Browse the repository at this point in the history
openQA: Fix finished results hidden out of screen
  • Loading branch information
okurz authored Aug 1, 2023
2 parents c30f282 + aab86b9 commit 334ba10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/openqa/webui/test_results.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ sub run {
handle_notify_popup;
assert_screen 'openqa-tests';
assert_and_click 'openqa-tests';
assert_and_click 'openqa-job-minimalx';
# At this point the openQA job might still be running or already finished.
# Ensure to show finished results at the bottom of the screen whenever the
# page finished loading
send_key_until_needlematch 'openqa-job-minimalx', 'end';
click_lastmatch;
assert_and_click 'openqa-job-details';
assert_screen 'openqa-testresult', 600;
}
Expand Down

0 comments on commit 334ba10

Please sign in to comment.