@@ -67,15 +67,15 @@ exports[`<Wizard /> should render correctly and unmount 1`] = `
67
67
>
68
68
<WizardHeader
69
69
description = " wizard description"
70
- onClose = { [MockFunction ]}
70
+ onClose = { [Function ]}
71
71
title = " Wizard"
72
72
>
73
73
<div
74
74
className = " pf-c-wizard__header"
75
75
>
76
76
<Component
77
77
className = " pf-c-wizard__close"
78
- onClick = { [MockFunction ]}
78
+ onClick = { [Function ]}
79
79
variant = " plain"
80
80
>
81
81
<ComponentWithOuia
@@ -91,15 +91,15 @@ exports[`<Wizard /> should render correctly and unmount 1`] = `
91
91
title = { null }
92
92
/>,
93
93
" className" : " pf-c-wizard__close" ,
94
- " onClick" : [MockFunction ],
94
+ " onClick" : [Function ],
95
95
" variant" : " plain" ,
96
96
}
97
97
}
98
98
consumerContext = { null }
99
99
>
100
100
<Button
101
101
className = " pf-c-wizard__close"
102
- onClick = { [MockFunction ]}
102
+ onClick = { [Function ]}
103
103
ouiaContext = {
104
104
Object {
105
105
" isOuia" : false ,
@@ -113,7 +113,7 @@ exports[`<Wizard /> should render correctly and unmount 1`] = `
113
113
aria-label = { null }
114
114
className = " pf-c-button pf-m-plain pf-c-wizard__close"
115
115
disabled = { false }
116
- onClick = { [MockFunction ]}
116
+ onClick = { [Function ]}
117
117
tabIndex = { null }
118
118
type = " button"
119
119
>
@@ -714,15 +714,15 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
714
714
>
715
715
<WizardHeader
716
716
description = " wizard description"
717
- onClose = { [MockFunction ]}
717
+ onClose = { [Function ]}
718
718
title = " Wizard"
719
719
>
720
720
<div
721
721
className = " pf-c-wizard__header"
722
722
>
723
723
<Component
724
724
className = " pf-c-wizard__close"
725
- onClick = { [MockFunction ]}
725
+ onClick = { [Function ]}
726
726
variant = " plain"
727
727
>
728
728
<ComponentWithOuia
@@ -738,15 +738,15 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
738
738
title = { null }
739
739
/>,
740
740
" className" : " pf-c-wizard__close" ,
741
- " onClick" : [MockFunction ],
741
+ " onClick" : [Function ],
742
742
" variant" : " plain" ,
743
743
}
744
744
}
745
745
consumerContext = { null }
746
746
>
747
747
<Button
748
748
className = " pf-c-wizard__close"
749
- onClick = { [MockFunction ]}
749
+ onClick = { [Function ]}
750
750
ouiaContext = {
751
751
Object {
752
752
" isOuia" : false ,
@@ -760,7 +760,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
760
760
aria-label = { null }
761
761
className = " pf-c-button pf-m-plain pf-c-wizard__close"
762
762
disabled = { false }
763
- onClick = { [MockFunction ]}
763
+ onClick = { [Function ]}
764
764
tabIndex = { null }
765
765
type = " button"
766
766
>
@@ -1157,7 +1157,7 @@ exports[`<Wizard /> should render correctly with custom title and description 1`
1157
1157
description
1158
1158
</div >
1159
1159
}
1160
- onClose = { [MockFunction ]}
1160
+ onClose = { [Function ]}
1161
1161
title = {
1162
1162
<div >
1163
1163
Title
@@ -1169,7 +1169,7 @@ exports[`<Wizard /> should render correctly with custom title and description 1`
1169
1169
>
1170
1170
<Component
1171
1171
className = " pf-c-wizard__close"
1172
- onClick = { [MockFunction ]}
1172
+ onClick = { [Function ]}
1173
1173
variant = " plain"
1174
1174
>
1175
1175
<ComponentWithOuia
@@ -1185,15 +1185,15 @@ exports[`<Wizard /> should render correctly with custom title and description 1`
1185
1185
title = { null }
1186
1186
/>,
1187
1187
" className" : " pf-c-wizard__close" ,
1188
- " onClick" : [MockFunction ],
1188
+ " onClick" : [Function ],
1189
1189
" variant" : " plain" ,
1190
1190
}
1191
1191
}
1192
1192
consumerContext = { null }
1193
1193
>
1194
1194
<Button
1195
1195
className = " pf-c-wizard__close"
1196
- onClick = { [MockFunction ]}
1196
+ onClick = { [Function ]}
1197
1197
ouiaContext = {
1198
1198
Object {
1199
1199
" isOuia" : false ,
@@ -1207,7 +1207,7 @@ exports[`<Wizard /> should render correctly with custom title and description 1`
1207
1207
aria-label = { null }
1208
1208
className = " pf-c-button pf-m-plain pf-c-wizard__close"
1209
1209
disabled = { false }
1210
- onClick = { [MockFunction ]}
1210
+ onClick = { [Function ]}
1211
1211
tabIndex = { null }
1212
1212
type = " button"
1213
1213
>
0 commit comments