summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/pipeline/show.rb
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-02-25 18:37:27 +0500
committerSanad Liaquat <sliaquat@gitlab.com>2019-02-25 18:37:27 +0500
commitddef2f1fbd3af7e91cb568adc8258043e05f15fc (patch)
treea5a25ece3dbf0da743ec49660638b6e891fc2a53 /qa/qa/page/project/pipeline/show.rb
parent20d84d804e2faa000b01465065de6d2be1b37ecd (diff)
downloadgitlab-ce-ddef2f1fbd3af7e91cb568adc8258043e05f15fc.tar.gz
Update GitHub Import test
Removes the unnecessary :orchestrated tag and updates a few selectors. Also wait_for_success for import before proceeding. The test is currently placed in quarantine because of a bug.
Diffstat (limited to 'qa/qa/page/project/pipeline/show.rb')
-rw-r--r--qa/qa/page/project/pipeline/show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/pipeline/show.rb b/qa/qa/page/project/pipeline/show.rb
index 22b0a168964..6f8a66bf527 100644
--- a/qa/qa/page/project/pipeline/show.rb
+++ b/qa/qa/page/project/pipeline/show.rb
@@ -43,7 +43,7 @@ module QA::Page
end
def go_to_job(job_name)
- find_element(:job_link, job_name).click
+ find_element(:job_link, text: job_name).click
end
def go_to_first_job