11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
3+ exports [` Does not render helper text when multiple validators return empty strings 1` ] = `
4+ <DocumentFragment >
5+ <div
6+ class = " pf-v6-c-date-picker"
7+ style = " --pf-v6-c-date-picker__input--c-form-control--width-chars: 10;"
8+ >
9+ <div
10+ class = " pf-v6-c-date-picker__input"
11+ >
12+ <div
13+ class = " pf-v6-c-input-group"
14+ >
15+ <div
16+ class = " pf-v6-c-input-group__item"
17+ >
18+ <span
19+ class = " pf-v6-c-form-control"
20+ >
21+ <input
22+ aria-invalid = " false"
23+ aria-label = " Date picker"
24+ data-ouia-component-id = " OUIA-Generated-TextInputBase-3"
25+ data-ouia-component-type = " PF6/TextInput"
26+ data-ouia-safe = " true"
27+ placeholder = " YYYY-MM-DD"
28+ type = " text"
29+ value = " 2020-03-17"
30+ />
31+ </span >
32+ </div >
33+ <div
34+ class = " pf-v6-c-input-group__item"
35+ >
36+ <button
37+ aria-haspopup = " dialog"
38+ aria-label = " Toggle date picker"
39+ class = " pf-v6-c-button pf-m-control"
40+ data-ouia-component-id = " OUIA-Generated-Button-control-3"
41+ data-ouia-component-type = " PF6/Button"
42+ data-ouia-safe = " true"
43+ type = " button"
44+ >
45+ <span
46+ class = " pf-v6-c-button__icon"
47+ >
48+ <svg
49+ aria-hidden = " true"
50+ class = " pf-v6-svg"
51+ fill = " currentColor"
52+ height = " 1em"
53+ role = " img"
54+ viewBox = " 0 0 448 512"
55+ width = " 1em"
56+ >
57+ <path
58+ d = " M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"
59+ />
60+ </svg >
61+ </span >
62+ </button >
63+ </div >
64+ </div >
65+ </div >
66+ </div >
67+ </DocumentFragment >
68+ ` ;
69+
370exports [` With popover opened 1` ] = `
471<DocumentFragment >
572 <div
@@ -21,7 +88,7 @@ exports[`With popover opened 1`] = `
2188 <input
2289 aria-invalid = " false"
2390 aria-label = " Date picker"
24- data-ouia-component-id = " OUIA-Generated-TextInputBase-4 "
91+ data-ouia-component-id = " OUIA-Generated-TextInputBase-5 "
2592 data-ouia-component-type = " PF6/TextInput"
2693 data-ouia-safe = " true"
2794 placeholder = " YYYY-MM-DD"
@@ -37,7 +104,7 @@ exports[`With popover opened 1`] = `
37104 aria-haspopup = " dialog"
38105 aria-label = " Toggle date picker"
39106 class = " pf-v6-c-button pf-m-control"
40- data-ouia-component-id = " OUIA-Generated-Button-control-4 "
107+ data-ouia-component-id = " OUIA-Generated-Button-control-5 "
41108 data-ouia-component-type = " PF6/Button"
42109 data-ouia-safe = " true"
43110 type = " button"
@@ -185,7 +252,7 @@ exports[`With popover opened 1`] = `
185252 <input
186253 aria-invalid = " false"
187254 aria-label = " Select year"
188- data-ouia-component-id = " OUIA-Generated-TextInputBase-5 "
255+ data-ouia-component-id = " OUIA-Generated-TextInputBase-6 "
189256 data-ouia-component-type = " PF6/TextInput"
190257 data-ouia-safe = " true"
191258 type = " number"
0 commit comments