summaryrefslogtreecommitdiff
path: root/spec/frontend/packages_and_registries/package_registry/pages/__snapshots__/list_spec.js.snap
blob: c2fecf874285cd28ae2ab6558d6b666b13675da7 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`PackagesListApp renders 1`] = `
<div>
  <!---->
   
  <gl-card-stub
    bodyclass="gl-display-flex gl-p-0!"
    class="gl-px-8 gl-py-6 gl-line-height-20 gl-mt-3"
    footerclass=""
    headerclass=""
  >
    <!---->
     
    <div
      class="gl-banner-content"
    >
      <h2
        class="gl-banner-title"
      >
        Help us learn about your registry migration needs
      </h2>
       
      <p>
        If you are interested in migrating packages from your private registry to the GitLab Package Registry, take our survey and tell us more about your needs.
      </p>
       
      <gl-button-stub
        buttontextclasses=""
        category="primary"
        data-testid="gl-banner-primary-button"
        href="https://gitlab.fra1.qualtrics.com/jfe/form/SV_cHomH9FPzOaiDTU"
        icon=""
        size="medium"
        variant="confirm"
      >
        Take survey
      </gl-button-stub>
       
    </div>
     
    <gl-button-stub
      aria-label="Close banner"
      buttontextclasses=""
      category="tertiary"
      class="gl-banner-close"
      icon="close"
      size="small"
      variant="default"
    />
  </gl-card-stub>
   
  <package-title-stub
    count="2"
    helpurl="/help/user/packages/index"
  />
   
  <package-search-stub
    class="gl-mb-5"
  />
   
  <div>
    <section
      class="gl-display-flex empty-state gl-text-center gl-flex-direction-column"
    >
      <div
        class="gl-max-w-full"
      >
        <div
          class="svg-250 svg-content"
        >
          <img
            alt=""
            class="gl-max-w-full gl-dark-invert-keep-hue"
            role="img"
            src="emptyListIllustration"
          />
        </div>
      </div>
       
      <div
        class="gl-max-w-full gl-m-auto"
      >
        <div
          class="gl-mx-auto gl-my-0 gl-p-5"
        >
          <h1
            class="gl-font-size-h-display gl-line-height-36 h4"
          >
            
          There are no packages yet
        
          </h1>
           
          <p
            class="gl-mt-3"
          >
            Learn how to 
            <b-link-stub
              class="gl-link"
              event="click"
              href="/help/user/packages/package_registry/index"
              routertag="a"
              target="_blank"
            >
              publish and share your packages
            </b-link-stub>
             with GitLab.
          </p>
           
          <div
            class="gl-display-flex gl-flex-wrap gl-justify-content-center"
          >
            <!---->
             
            <!---->
          </div>
        </div>
      </div>
    </section>
  </div>
   
  <div />
</div>
`;