Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Section Header jest snapshot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KV106606Viswanath committed Jul 10, 2023
1 parent 8dbc11f commit 8081bf4
Showing 1 changed file with 36 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,40 +21,38 @@ exports[`SectionHeader correctly applies the theme context className 1`] = `
className="arrange-wrapper"
tabIndex="-1"
>
<ArrangeComponent>
<Arrange
className="title-arrange"
fill={
<span
aria-hidden={false}
className="title title-block"
>
foo
</span>
}
<Arrange
className="title-arrange"
fill={
<span
aria-hidden={false}
className="title title-block"
>
foo
</span>
}
>
<span
className="arrange title-arrange"
>
<span
className="arrange title-arrange"
className="fit fit-block"
/>
<span
className="fill fill-block"
>
<span
className="fit fit-block"
/>
<span
className="fill fill-block"
aria-hidden={false}
className="title title-block"
>
<span
aria-hidden={false}
className="title title-block"
>
foo
</span>
foo
</span>
<span
className="fit"
/>
</span>
</Arrange>
</ArrangeComponent>
<span
className="fit"
/>
</span>
</Arrange>
</span>
</h2>
</SectionHeader>
Expand All @@ -70,7 +68,17 @@ exports[`SectionHeader should render a default component 1`] = `
className="arrange-wrapper"
tabIndex="-1"
>
<ArrangeComponent />
<Arrange
className="title-arrange"
fill={
<span
aria-hidden={false}
className="title title-block"
>
foo
</span>
}
/>
</span>
</h2>
`;
Expand Down

0 comments on commit 8081bf4

Please sign in to comment.