File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/pf4-component-mapper/src/tests/wizard/__snapshots__ Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ exports[`<Wizard /> should render correctly and unmount 1`] = `
353
353
<button
354
354
aria-disabled = { null }
355
355
aria-label = { null }
356
- className = " pf-c-button pf-m-secondary pf-m-disabled "
356
+ className = " pf-c-button pf-m-secondary"
357
357
disabled = { true }
358
358
onClick = { [Function ]}
359
359
tabIndex = { null }
@@ -569,7 +569,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
569
569
Submit
570
570
</button >
571
571
<button
572
- class = " pf-c-button pf-m-secondary pf-m-disabled "
572
+ class = " pf-c-button pf-m-secondary"
573
573
disabled = " "
574
574
type = " button"
575
575
>
@@ -679,7 +679,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
679
679
Submit
680
680
</button >
681
681
<button
682
- class = " pf-c-button pf-m-secondary pf-m-disabled "
682
+ class = " pf-c-button pf-m-secondary"
683
683
disabled = " "
684
684
type = " button"
685
685
>
@@ -1000,7 +1000,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
1000
1000
<button
1001
1001
aria-disabled = { null }
1002
1002
aria-label = { null }
1003
- className = " pf-c-button pf-m-secondary pf-m-disabled "
1003
+ className = " pf-c-button pf-m-secondary"
1004
1004
disabled = { true }
1005
1005
onClick = { [Function ]}
1006
1006
tabIndex = { null }
@@ -1459,7 +1459,7 @@ exports[`<Wizard /> should render correctly with custom title and description 1`
1459
1459
<button
1460
1460
aria-disabled = { null }
1461
1461
aria-label = { null }
1462
- className = " pf-c-button pf-m-secondary pf-m-disabled "
1462
+ className = " pf-c-button pf-m-secondary"
1463
1463
disabled = { true }
1464
1464
onClick = { [Function ]}
1465
1465
tabIndex = { null }
You can’t perform that action at this time.
0 commit comments