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

table_of_contents_spec.js.snap « __snapshots__ « components « default « frontend « spec - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3880d071bd492adb517ca1c287494cc2a14e2409 (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
43
44
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`frontend/default/components/table_of_contents matches snapshot 1`] = `
<div
  class="markdown-toc table-of-contents-container position-sticky"
>
  <div
    class="table-of-contents"
  >
    <h4
      class="border-0 toc-sm d-xl-none"
    >
      <a
        aria-controls="markdown-toc"
        class="text-decoration-none border-bottom-0"
        data-testid="collapse"
        href="#"
        role="button"
      >
        <gl-icon-stub
          name="chevron-right"
          size="16"
        />
        On this page
      </a>
    </h4>
    <h4
      class="border-0 gl-font-base font-weight-bold toc-lg"
    >
      On this page
    </h4>
    <gl-collapse-stub
      data-testid="container"
    >
      <table-of-contents-list-stub
        class="my-0"
        data-testid="main-list"
        items="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"
        level="0"
      />
    </gl-collapse-stub>
  </div>
</div>
`;