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

file_sha_spec.js.snap « __snapshots__ « details « 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: 8e757c136ecc8f2287d31a9d078f9a4409ff3d5a (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

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