Skip to content

Commit

Permalink
updated snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcao13 committed Jul 20, 2022
1 parent 7fd0e64 commit f8a2ede
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/test/Rules/__snapshots__/CreateRule.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,22 @@ exports[`<CreateRule/> renders correctly 1`] = `
<div
className="pf-l-stack pf-m-gutter"
>
<div
className="pf-l-stack__item"
>
<button
aria-disabled={false}
aria-label={null}
className="pf-c-button pf-m-primary"
data-ouia-component-id="OUIA-Generated-Button-primary-1"
data-ouia-component-type="PF4/Button"
data-ouia-safe={true}
disabled={false}
onClick={[Function]}
role={null}
type="button"
/>
</div>
<div
className="pf-l-stack__item"
>
Expand Down Expand Up @@ -775,7 +791,7 @@ exports[`<CreateRule/> renders correctly 1`] = `
aria-disabled={true}
aria-label={null}
className="pf-c-button pf-m-primary pf-m-disabled"
data-ouia-component-id="OUIA-Generated-Button-primary-1"
data-ouia-component-id="OUIA-Generated-Button-primary-2"
data-ouia-component-type="PF4/Button"
data-ouia-safe={true}
disabled={true}
Expand Down

0 comments on commit f8a2ede

Please sign in to comment.