Skip to content

Commit ef21899

Browse files
committed
Unskip skipped tests
1 parent 368d5c5 commit ef21899

File tree

8 files changed

+1837
-680
lines changed

8 files changed

+1837
-680
lines changed

packages/pf3-component-mapper/src/tests/__snapshots__/multiple-choice-list.test.js.snap

Lines changed: 1517 additions & 524 deletions
Large diffs are not rendered by default.

packages/pf3-component-mapper/src/tests/form-fields/date-time-picker/__snapshots__/mont-selector.test.js.snap

Lines changed: 61 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
exports[`<MonthSelector /> should render correcntly 1`] = `
44
<MonthSelector
5+
disabledDays={Array []}
56
monthChange={[MockFunction]}
67
onNextClick={[MockFunction]}
78
onPreviousClick={[MockFunction]}
8-
selectedDay={2018-12-16T23:00:00.000Z}
9+
selectedDay={2018-12-17T00:00:00.000Z}
910
toggleSelectingMonth={[MockFunction]}
1011
>
1112
<div
@@ -16,7 +17,8 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
1617
tabIndex="0"
1718
>
1819
<Navbar
19-
month={2018-12-16T23:00:00.000Z}
20+
disabledDays={Array []}
21+
month={2018-12-17T00:00:00.000Z}
2022
onNextClick={[MockFunction]}
2123
onPreviousClick={[MockFunction]}
2224
>
@@ -25,49 +27,67 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
2527
>
2628
<tbody>
2729
<tr>
28-
<td
29-
onClick={[Function]}
30+
<PrevInterval
31+
className=""
32+
onMouseDown={[Function]}
3033
>
31-
<Icon
32-
name="angle-left"
33-
type="fa"
34+
<td
35+
className=""
36+
onMouseDown={[Function]}
3437
>
35-
<FontAwesome
38+
<Icon
39+
aria-label="Prev interval"
3640
name="angle-left"
41+
type="fa"
3742
>
38-
<span
39-
aria-hidden={true}
40-
className="fa fa-angle-left"
41-
/>
42-
</FontAwesome>
43-
</Icon>
44-
</td>
43+
<FontAwesome
44+
aria-label="Prev interval"
45+
name="angle-left"
46+
>
47+
<span
48+
aria-hidden={true}
49+
aria-label="Prev interval"
50+
className="fa fa-angle-left"
51+
/>
52+
</FontAwesome>
53+
</Icon>
54+
</td>
55+
</PrevInterval>
4556
<td>
4657
<button
4758
className="navbar-center-button"
48-
onClick={[Function]}
59+
onMouseDown={[Function]}
4960
type="button"
5061
>
5162
December 2018
5263
</button>
5364
</td>
54-
<td
55-
onClick={[Function]}
65+
<NextInterval
66+
className=""
67+
onMouseDown={[Function]}
5668
>
57-
<Icon
58-
name="angle-right"
59-
type="fa"
69+
<td
70+
className=""
71+
onMouseDown={[Function]}
6072
>
61-
<FontAwesome
73+
<Icon
74+
aria-label="Next interval"
6275
name="angle-right"
76+
type="fa"
6377
>
64-
<span
65-
aria-hidden={true}
66-
className="fa fa-angle-right"
67-
/>
68-
</FontAwesome>
69-
</Icon>
70-
</td>
78+
<FontAwesome
79+
aria-label="Next interval"
80+
name="angle-right"
81+
>
82+
<span
83+
aria-hidden={true}
84+
aria-label="Next interval"
85+
className="fa fa-angle-right"
86+
/>
87+
</FontAwesome>
88+
</Icon>
89+
</td>
90+
</NextInterval>
7191
</tr>
7292
</tbody>
7393
</table>
@@ -88,7 +108,7 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
88108
}
89109
>
90110
<button
91-
className=""
111+
className=" "
92112
onClick={[Function]}
93113
>
94114
January
@@ -103,7 +123,7 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
103123
}
104124
>
105125
<button
106-
className=""
126+
className=" "
107127
onClick={[Function]}
108128
>
109129
February
@@ -118,7 +138,7 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
118138
}
119139
>
120140
<button
121-
className=""
141+
className=" "
122142
onClick={[Function]}
123143
>
124144
March
@@ -137,7 +157,7 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
137157
}
138158
>
139159
<button
140-
className=""
160+
className=" "
141161
onClick={[Function]}
142162
>
143163
April
@@ -152,7 +172,7 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
152172
}
153173
>
154174
<button
155-
className=""
175+
className=" "
156176
onClick={[Function]}
157177
>
158178
May
@@ -167,7 +187,7 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
167187
}
168188
>
169189
<button
170-
className=""
190+
className=" "
171191
onClick={[Function]}
172192
>
173193
June
@@ -186,7 +206,7 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
186206
}
187207
>
188208
<button
189-
className=""
209+
className=" "
190210
onClick={[Function]}
191211
>
192212
July
@@ -201,7 +221,7 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
201221
}
202222
>
203223
<button
204-
className=""
224+
className=" "
205225
onClick={[Function]}
206226
>
207227
August
@@ -216,7 +236,7 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
216236
}
217237
>
218238
<button
219-
className=""
239+
className=" "
220240
onClick={[Function]}
221241
>
222242
September
@@ -235,7 +255,7 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
235255
}
236256
>
237257
<button
238-
className=""
258+
className=" "
239259
onClick={[Function]}
240260
>
241261
October
@@ -250,7 +270,7 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
250270
}
251271
>
252272
<button
253-
className=""
273+
className=" "
254274
onClick={[Function]}
255275
>
256276
November
@@ -265,7 +285,7 @@ exports[`<MonthSelector /> should render correcntly 1`] = `
265285
}
266286
>
267287
<button
268-
className="selected"
288+
className="selected "
269289
onClick={[Function]}
270290
>
271291
December

0 commit comments

Comments
 (0)