Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-06 15:10:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-06 15:10:19 +0300
commit7c31b0312ba0eae4e4ebe54125b13aa2ae5f5db4 (patch)
treec8841e5ee785f948eead4c1e35b439b57737fd26 /qa
parent1b9b475faa4687b276f31a699db981891e435ca4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/pipeline/show.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/qa/qa/page/project/pipeline/show.rb b/qa/qa/page/project/pipeline/show.rb
index d45eeac46f6..83a49ae6361 100644
--- a/qa/qa/page/project/pipeline/show.rb
+++ b/qa/qa/page/project/pipeline/show.rb
@@ -77,7 +77,10 @@ module QA
end
def click_job(job_name)
- click_element(:job_link, Project::Job::Show, text: job_name)
+ # Retry due to transient bug https://gitlab.com/gitlab-org/gitlab/-/issues/347126
+ QA::Support::Retrier.retry_on_exception do
+ click_element(:job_link, Project::Job::Show, text: job_name)
+ end
end
def child_pipelines