summaryrefslogtreecommitdiff
path: root/spec/frontend/packages_and_registries/infrastructure_registry/components/details/components/__snapshots__/file_sha_spec.js.snap
blob: 881d441e11687224b41ce56a47c5d2bc23560640 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`FileSha renders 1`] = `
<div
  class="gl-display-flex gl-align-items-center gl-font-monospace gl-font-sm gl-word-break-all gl-py-2 gl-border-b-solid gl-border-gray-100 gl-border-b-1"
>
  <!---->
   
  <span>
    <div
      class="gl-px-4"
    >
      
    bar:
    foo
    
      <gl-button-stub
        aria-label="Copy this value"
        buttontextclasses=""
        category="tertiary"
        data-clipboard-text="foo"
        icon="copy-to-clipboard"
        size="small"
        title="Copy SHA"
        variant="default"
      />
    </div>
  </span>
</div>
`;