Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/fixtures/static/mini_dropdown_graph.html')
-rw-r--r--spec/frontend/fixtures/static/mini_dropdown_graph.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/spec/frontend/fixtures/static/mini_dropdown_graph.html b/spec/frontend/fixtures/static/mini_dropdown_graph.html
deleted file mode 100644
index cde811d4f52..00000000000
--- a/spec/frontend/fixtures/static/mini_dropdown_graph.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<div class="js-builds-dropdown-tests dropdown dropdown" data-testid="widget-mini-pipeline-graph">
- <button class="js-builds-dropdown-button" data-toggle="dropdown" data-stage-endpoint="foobar">
- Dropdown
- </button>
- <ul class="dropdown-menu mini-pipeline-graph-dropdown-menu js-builds-dropdown-container">
- <li class="js-builds-dropdown-list scrollable-menu">
- <ul></ul>
- </li>
- <li class="js-builds-dropdown-loading hidden">
- <span class="gl-spinner"></span>
- </li>
- </ul>
-</div>