summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-05-21 11:29:37 +0000
committerSanad Liaquat <sliaquat@gitlab.com>2019-05-21 11:29:37 +0000
commit562838ba9d30dca1a961e3df7c7ea34a74f15c56 (patch)
treecdaad3cc40895149e416ea699aed7cbdcd461117
parent7e2c80b5abbc7159f6d2a22b1c4563bf295e4860 (diff)
parentec57c02027704121df53dca2bbbf3a72f5b74a59 (diff)
downloadgitlab-ce-562838ba9d30dca1a961e3df7c7ea34a74f15c56.tar.gz
Merge branch 'qa-tag-report-section-expand' into 'master'
Added a QA tag to the report component expand button See merge request gitlab-org/gitlab-ce!28416
-rw-r--r--app/assets/javascripts/reports/components/report_section.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/reports/components/report_section.vue b/app/assets/javascripts/reports/components/report_section.vue
index 420e71f5e86..241185e3126 100644
--- a/app/assets/javascripts/reports/components/report_section.vue
+++ b/app/assets/javascripts/reports/components/report_section.vue
@@ -156,7 +156,7 @@ export default {
<button
v-if="isCollapsible"
type="button"
- class="js-collapse-btn btn float-right btn-sm"
+ class="js-collapse-btn btn float-right btn-sm qa-expand-report-button"
@click="toggleCollapsed"
>
{{ collapseText }}