@@ -643,6 +643,7 @@ exports[`<Wizard /> should render correctly and unmount 1`] = `
643
643
key = " 1"
644
644
onNavItemClick = { [Function ]}
645
645
step = { 0 }
646
+ type = " button"
646
647
>
647
648
<li
648
649
className = " pf-c-wizard__nav-item"
@@ -653,6 +654,7 @@ exports[`<Wizard /> should render correctly and unmount 1`] = `
653
654
className = " pf-c-wizard__nav-link pf-m-current"
654
655
disabled = { false }
655
656
onClick = { [Function ]}
657
+ type = " button"
656
658
>
657
659
foo-step
658
660
</button >
@@ -665,6 +667,7 @@ exports[`<Wizard /> should render correctly and unmount 1`] = `
665
667
key = " 2"
666
668
onNavItemClick = { [Function ]}
667
669
step = { 1 }
670
+ type = " button"
668
671
>
669
672
<li
670
673
className = " pf-c-wizard__nav-item"
@@ -675,6 +678,7 @@ exports[`<Wizard /> should render correctly and unmount 1`] = `
675
678
className = " pf-c-wizard__nav-link pf-m-disabled"
676
679
disabled = { true }
677
680
onClick = { [Function ]}
681
+ type = " button"
678
682
>
679
683
bar-step
680
684
</button >
@@ -1723,6 +1727,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
1723
1727
<button
1724
1728
aria-current = " page"
1725
1729
class = " pf-c-wizard__nav-link pf-m-current"
1730
+ type = " button"
1726
1731
>
1727
1732
foo-step
1728
1733
</button >
@@ -1735,6 +1740,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
1735
1740
aria-disabled = " true"
1736
1741
class = " pf-c-wizard__nav-link pf-m-disabled"
1737
1742
disabled = " "
1743
+ type = " button"
1738
1744
>
1739
1745
bar-step
1740
1746
</button >
@@ -1890,6 +1896,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
1890
1896
<button
1891
1897
aria-current = " page"
1892
1898
class = " pf-c-wizard__nav-link pf-m-current"
1899
+ type = " button"
1893
1900
>
1894
1901
foo-step
1895
1902
</button >
@@ -1902,6 +1909,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
1902
1909
aria-disabled = " true"
1903
1910
class = " pf-c-wizard__nav-link pf-m-disabled"
1904
1911
disabled = " "
1912
+ type = " button"
1905
1913
>
1906
1914
bar-step
1907
1915
</button >
@@ -2179,6 +2187,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
2179
2187
key = " 1"
2180
2188
onNavItemClick = { [Function ]}
2181
2189
step = { 0 }
2190
+ type = " button"
2182
2191
>
2183
2192
<li
2184
2193
className = " pf-c-wizard__nav-item"
@@ -2189,6 +2198,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
2189
2198
className = " pf-c-wizard__nav-link pf-m-current"
2190
2199
disabled = { false }
2191
2200
onClick = { [Function ]}
2201
+ type = " button"
2192
2202
>
2193
2203
foo-step
2194
2204
</button >
@@ -2201,6 +2211,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
2201
2211
key = " 2"
2202
2212
onNavItemClick = { [Function ]}
2203
2213
step = { 1 }
2214
+ type = " button"
2204
2215
>
2205
2216
<li
2206
2217
className = " pf-c-wizard__nav-item"
@@ -2211,6 +2222,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
2211
2222
className = " pf-c-wizard__nav-link pf-m-disabled"
2212
2223
disabled = { true }
2213
2224
onClick = { [Function ]}
2225
+ type = " button"
2214
2226
>
2215
2227
bar-step
2216
2228
</button >
0 commit comments