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

publish_method_spec.js.snap « __snapshots__ « list « components « package_registry « packages_and_registries « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 919dbe25ffe85bdca60e20c9de38312ffe1079a3 (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
40
41
42
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`publish_method renders 1`] = `
<div
  class="gl-display-flex gl-align-items-center"
>
  <gl-icon-stub
    class="gl-mr-2"
    name="git-merge"
    size="16"
  />
   
  <span
    class="gl-mr-2"
    data-testid="pipeline-ref"
  >
    master
  </span>
   
  <gl-icon-stub
    class="gl-mr-2"
    name="commit"
    size="16"
  />
   
  <gl-link-stub
    class="gl-mr-2"
    data-testid="pipeline-sha"
    href="/namespace14/project14/-/commit/b83d6e391c22777fca1ed3012fce84f633d7fed0"
  >
    b83d6e39
  </gl-link-stub>
   
  <clipboard-button-stub
    category="tertiary"
    size="small"
    text="b83d6e391c22777fca1ed3012fce84f633d7fed0"
    title="Copy commit SHA"
    tooltipplacement="top"
  />
</div>
`;