Skip to content

Commit db7efa5

Browse files
committed
Updated snapshots
1 parent f082f20 commit db7efa5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/pf4-component-mapper/src/tests/wizard/__snapshots__/wizard.test.js.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ exports[`<Wizard /> should render correctly and unmount 1`] = `
353353
<button
354354
aria-disabled={null}
355355
aria-label={null}
356-
className="pf-c-button pf-m-secondary pf-m-disabled"
356+
className="pf-c-button pf-m-secondary"
357357
disabled={true}
358358
onClick={[Function]}
359359
tabIndex={null}
@@ -569,7 +569,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
569569
Submit
570570
</button>
571571
<button
572-
class="pf-c-button pf-m-secondary pf-m-disabled"
572+
class="pf-c-button pf-m-secondary"
573573
disabled=""
574574
type="button"
575575
>
@@ -679,7 +679,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
679679
Submit
680680
</button>
681681
<button
682-
class="pf-c-button pf-m-secondary pf-m-disabled"
682+
class="pf-c-button pf-m-secondary"
683683
disabled=""
684684
type="button"
685685
>
@@ -1000,7 +1000,7 @@ exports[`<Wizard /> should render correctly in modal and unmount 1`] = `
10001000
<button
10011001
aria-disabled={null}
10021002
aria-label={null}
1003-
className="pf-c-button pf-m-secondary pf-m-disabled"
1003+
className="pf-c-button pf-m-secondary"
10041004
disabled={true}
10051005
onClick={[Function]}
10061006
tabIndex={null}
@@ -1459,7 +1459,7 @@ exports[`<Wizard /> should render correctly with custom title and description 1`
14591459
<button
14601460
aria-disabled={null}
14611461
aria-label={null}
1462-
className="pf-c-button pf-m-secondary pf-m-disabled"
1462+
className="pf-c-button pf-m-secondary"
14631463
disabled={true}
14641464
onClick={[Function]}
14651465
tabIndex={null}

0 commit comments

Comments
 (0)