summaryrefslogtreecommitdiff
path: root/spec/frontend/packages/shared/components/__snapshots__/publish_method_spec.js.snap
blob: 5ecca63d41daab83a608cd0541edef7c2b89c81d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`publish_method renders 1`] = `
<div
  class="d-flex align-items-center text-secondary order-1 order-md-0 mb-md-1"
>
  <gl-icon-stub
    class="mr-1"
    name="git-merge"
    size="16"
  />
   
  <strong
    class="mr-1 text-dark"
  >
    branch-name
  </strong>
   
  <gl-icon-stub
    class="mr-1"
    name="commit"
    size="16"
  />
   
  <gl-link-stub
    class="mr-1"
    href="../commit/sha-baz"
  >
    sha-baz
  </gl-link-stub>
   
  <clipboard-button-stub
    cssclass="border-0 text-secondary py-0 px-1"
    text="sha-baz"
    title="Copy commit SHA"
    tooltipplacement="top"
  />
</div>
`;