summaryrefslogtreecommitdiff
path: root/spec/frontend/ide/components/pipelines/__snapshots__/list_spec.js.snap
blob: 47e3a56e83d1bf58c1f3ec968870c89348b26cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`IDE pipelines list when loaded renders empty state when no latestPipeline 1`] = `
<div
  class="ide-pipeline"
>
  <!---->
   
  <empty-state-stub
    cansetci="true"
    class="gl-p-5"
    emptystatesvgpath="http://test.host"
  />
</div>
`;