summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-12-09 15:13:20 +0000
committerFilipa Lacerda <filipa@gitlab.com>2016-12-12 12:44:45 +0000
commit401a2ec0b159b3c5f4de617768b9a0489a7cdde3 (patch)
tree5d1241135031f33a96ff021e341aac02c1ffb426 /spec/javascripts/fixtures
parent7c9a85e35386623bc26374e4eb9b4a53e4fbbce7 (diff)
downloadgitlab-ce-401a2ec0b159b3c5f4de617768b9a0489a7cdde3.tar.gz
Adds tests to prevent future errors.
Fix undefined variable in es5
Diffstat (limited to 'spec/javascripts/fixtures')
-rw-r--r--spec/javascripts/fixtures/pipeline_graph.html.haml15
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/javascripts/fixtures/pipeline_graph.html.haml b/spec/javascripts/fixtures/pipeline_graph.html.haml
new file mode 100644
index 00000000000..be5f105767c
--- /dev/null
+++ b/spec/javascripts/fixtures/pipeline_graph.html.haml
@@ -0,0 +1,15 @@
+%div.pipeline-visualization.pipeline-graph
+ %ul.stage-column-list
+ %li.stage-column
+ .stage-name
+ %a{:href => "/"}
+ Test
+ .builds-container
+ %ul
+ %li.build
+ .curve
+ .build-content
+ %a
+ %svg
+ .ci-status-text
+ stop_review