Skip to content

Commit

Permalink
chore(ui): update test snapshot (ENG-58168)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrinh-bluecat committed Dec 30, 2024
1 parent 3b03ae4 commit 9340c3f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions __tests__/components/__snapshots__/FormButtons.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ exports[`FormButtons Rendering Render the FormButtons component with default pro
<div
className="FormButtons"
>
<FormSubmit
id="formSubmit"
text="Save"
/>
<Button
id="formCancel"
onClick={[Function]}
text="Cancel"
/>
<FormSubmit
id="formSubmit"
text="Save"
/>
</div>
`;

Expand All @@ -24,15 +24,15 @@ exports[`FormButtons Rendering Render the FormButtons component with props, chil
onClick={[Function]}
text="Button at start"
/>
<FormSubmit
id="formSubmit"
text="Submit"
/>
<Button
id="formCancel"
onClick={[Function]}
text="Abort"
/>
<FormSubmit
id="formSubmit"
text="Submit"
/>
</div>
`;

Expand All @@ -44,31 +44,31 @@ exports[`FormButtons Rendering Render the FormButtons component with props, chil
onClick={[Function]}
text="Button at start"
/>
<FormSubmit
id="formSubmit"
text="Submit"
/>
<Button
id="formCancel"
onClick={[Function]}
text="Abort"
/>
<FormSubmit
id="formSubmit"
text="Submit"
/>
</div>
`;

exports[`FormButtons Rendering Render the FormButtons component with props, children position at the end 1`] = `
<div
className="FormButtons test_cn"
>
<FormSubmit
id="formSubmit"
text="Submit"
/>
<Button
id="formCancel"
onClick={[Function]}
text="Abort"
/>
<FormSubmit
id="formSubmit"
text="Submit"
/>
<Button
onClick={[Function]}
text="Button at start"
Expand Down

0 comments on commit 9340c3f

Please sign in to comment.