summaryrefslogtreecommitdiff
path: root/spec/frontend/ide/components/pipelines/__snapshots__/list_spec.js.snap
blob: efa58a4a47b4e469ed003f9bb1d24f72d6ab1450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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="mb-auto mt-auto"
    emptystatesvgpath="http://test.host"
    helppagepath="http://test.host"
  />
</div>
`;