Skip to content

Commit

Permalink
Repeat assert_and_click for test_results of openqa
Browse files Browse the repository at this point in the history
we have performance issue with test_results of openqa on Leap. Repeat it to work round.
See https://progress.opensuse.org/issues/133718
  • Loading branch information
Zaoliang committed Aug 3, 2023
1 parent 795175c commit 064d6a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/openqa/webui/test_results.pm
Expand Up @@ -10,7 +10,7 @@ use strict;
use warnings;
use base "x11test";
use testapi;

use utils 'assert_and_click_until_screen_change';

my $tutorial_disabled;

Expand Down Expand Up @@ -51,7 +51,7 @@ sub run {
# page finished loading
send_key_until_needlematch 'openqa-job-minimalx', 'end';
click_lastmatch;
assert_and_click 'openqa-job-details';
assert_and_click_until_screen_change('openqa-job-details', 10, 10);
assert_screen 'openqa-testresult', 600;
}

Expand Down

0 comments on commit 064d6a8

Please sign in to comment.