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

jira_import_form_spec.js.snap « __snapshots__ « components « jira_import « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 263deb3b61665d51e8b3b7df0b1cce1954aceab9 (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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`JiraImportForm table body shows correct information in each cell 1`] = `
<table
  aria-busy=""
  aria-colcount="3"
  class="b-table b-table-fixed gl-table table"
  role="table"
>
  <thead
    role="rowgroup"
  >
    <tr
      role="row"
    >
      <th
        aria-colindex="1"
        role="columnheader"
        scope="col"
      >
        <div>
          Jira display name
        </div>
      </th>
      <th
        aria-colindex="2"
        aria-label="Arrow"
        role="columnheader"
        scope="col"
      >
        <div />
      </th>
      <th
        aria-colindex="3"
        role="columnheader"
        scope="col"
      >
        <div>
          GitLab username
        </div>
      </th>
    </tr>
  </thead>
  <tbody
    role="rowgroup"
  >
    <tr
      role="row"
    >
      <td
        aria-colindex="1"
        role="cell"
      >
        Jane Doe
      </td>
      <td
        aria-colindex="2"
        role="cell"
      >
        <svg
          aria-label="Will be mapped to"
          class="gl-icon s16"
          data-testid="arrow-right-icon"
          role="img"
        >
          <use
            href="file-mock#arrow-right"
          />
        </svg>
      </td>
      <td
        aria-colindex="3"
        role="cell"
      >
        <div
          aria-label="The GitLab user to which the Jira user Jane Doe will be mapped"
          class="b-dropdown btn-group dropdown gl-dropdown w-100"
        >
          <button
            aria-expanded="false"
            aria-haspopup="menu"
            class="btn btn-default btn-md dropdown-toggle gl-button gl-dropdown-toggle"
            type="button"
          >
            <span
              class="gl-dropdown-button-text"
            >
              janedoe
            </span>
            <svg
              aria-hidden="true"
              class="dropdown-chevron gl-button-icon gl-icon s16"
              data-testid="chevron-down-icon"
              role="img"
            >
              <use
                href="file-mock#chevron-down"
              />
            </svg>
          </button>
          <ul
            class="dropdown-menu"
            role="menu"
            tabindex="-1"
          >
            <div
              class="gl-dropdown-inner"
            >
              <div
                class="gl-dropdown-contents"
              >
                <div
                  class="gl-search-box-by-type"
                >
                  <svg
                    aria-hidden="true"
                    class="gl-icon gl-search-box-by-type-search-icon s16"
                    data-testid="search-icon"
                    role="img"
                  >
                    <use
                      href="file-mock#search"
                    />
                  </svg>
                  <input
                    aria-label="Search"
                    class="form-control gl-form-input gl-search-box-by-type-input"
                    placeholder="Search"
                    type="search"
                  />
                </div>
                <li
                  class="gl-dropdown-text text-secondary"
                  role="presentation"
                >
                  <p
                    class="b-dropdown-text"
                  >
                    No matches found
                  </p>
                </li>
              </div>
            </div>
          </ul>
        </div>
      </td>
    </tr>
    <tr
      role="row"
    >
      <td
        aria-colindex="1"
        role="cell"
      >
        Fred Chopin
      </td>
      <td
        aria-colindex="2"
        role="cell"
      >
        <svg
          aria-label="Will be mapped to"
          class="gl-icon s16"
          data-testid="arrow-right-icon"
          role="img"
        >
          <use
            href="file-mock#arrow-right"
          />
        </svg>
      </td>
      <td
        aria-colindex="3"
        role="cell"
      >
        <div
          aria-label="The GitLab user to which the Jira user Fred Chopin will be mapped"
          class="b-dropdown btn-group dropdown gl-dropdown w-100"
        >
          <button
            aria-expanded="false"
            aria-haspopup="menu"
            class="btn btn-default btn-md dropdown-toggle gl-button gl-dropdown-toggle"
            type="button"
          >
            <span
              class="gl-dropdown-button-text"
            >
              mrgitlab
            </span>
            <svg
              aria-hidden="true"
              class="dropdown-chevron gl-button-icon gl-icon s16"
              data-testid="chevron-down-icon"
              role="img"
            >
              <use
                href="file-mock#chevron-down"
              />
            </svg>
          </button>
          <ul
            class="dropdown-menu"
            role="menu"
            tabindex="-1"
          >
            <div
              class="gl-dropdown-inner"
            >
              <div
                class="gl-dropdown-contents"
              >
                <div
                  class="gl-search-box-by-type"
                >
                  <svg
                    aria-hidden="true"
                    class="gl-icon gl-search-box-by-type-search-icon s16"
                    data-testid="search-icon"
                    role="img"
                  >
                    <use
                      href="file-mock#search"
                    />
                  </svg>
                  <input
                    aria-label="Search"
                    class="form-control gl-form-input gl-search-box-by-type-input"
                    placeholder="Search"
                    type="search"
                  />
                </div>
                <li
                  class="gl-dropdown-text text-secondary"
                  role="presentation"
                >
                  <p
                    class="b-dropdown-text"
                  >
                    No matches found
                  </p>
                </li>
              </div>
            </div>
          </ul>
        </div>
      </td>
    </tr>
  </tbody>
</table>
`;