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.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/frontend/fixtures/static/project_select_combo_button.html b/spec/frontend/fixtures/static/project_select_combo_button.html
new file mode 100644
index 00000000000..50c826051c0
--- /dev/null
+++ b/spec/frontend/fixtures/static/project_select_combo_button.html
@@ -0,0 +1,9 @@
+<div class="project-item-select-holder">
+<input class="project-item-select" data-group-id="12345" data-relative-path="issues/new">
+<a class="new-project-item-link" data-label="New issue" data-type="issues" href="">
+<i class="fa fa-spinner spin"></i>
+</a>
+<a class="new-project-item-select-button">
+<i class="fa fa-caret-down"></i>
+</a>
+</div>