summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-06-24 14:30:03 +0000
committerPhil Hughes <me@iamphill.com>2019-06-24 14:30:03 +0000
commite978df014cdf2e6e7913a7b3213b9f98a7fb74c6 (patch)
tree55c7622270837f05226a8bde709f351bd604aef6 /qa
parent6a71eea9acef04c3a21e27342a9fd1a8edf688ac (diff)
downloadgitlab-ce-e978df014cdf2e6e7913a7b3213b9f98a7fb74c6.tar.gz
Add identifiers for onboarding popovers
- Add button styles for onboarding welcome page - Fix qa selector (due to additional class)
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/pipeline/index.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/pipeline/index.rb b/qa/qa/page/project/pipeline/index.rb
index 68850d989b1..fae7818f871 100644
--- a/qa/qa/page/project/pipeline/index.rb
+++ b/qa/qa/page/project/pipeline/index.rb
@@ -4,7 +4,7 @@ module QA::Page
module Project::Pipeline
class Index < QA::Page::Base
view 'app/assets/javascripts/pipelines/components/pipeline_url.vue' do
- element :pipeline_link, 'class="js-pipeline-url-link"' # rubocop:disable QA/ElementWithPattern
+ element :pipeline_link, 'class="js-pipeline-url-link' # rubocop:disable QA/ElementWithPattern
end
def click_on_latest_pipeline