summaryrefslogtreecommitdiff
path: root/spec/frontend/fixtures/static/project_select_combo_button.html
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/fixtures/static/project_select_combo_button.html')
-rw-r--r--spec/frontend/fixtures/static/project_select_combo_button.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/frontend/fixtures/static/project_select_combo_button.html b/spec/frontend/fixtures/static/project_select_combo_button.html
index f13f9075706..444e0bc84a2 100644
--- a/spec/frontend/fixtures/static/project_select_combo_button.html
+++ b/spec/frontend/fixtures/static/project_select_combo_button.html
@@ -4,6 +4,10 @@
<span class="gl-spinner"></span>
</a>
<a class="new-project-item-select-button">
- <i class="fa fa-caret-down"></i>
+ <svg data-testid="chevron-down-icon" class="gl-icon s16">
+ <use
+ href="/assets/icons-795a2ef2fd636a0538bbef3b8d2787dd90927b42d7617fdda8620930016b333d.svg#chevron-down"
+ ></use>
+ </svg>
</a>
</div>