Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
galaxy0101 committed Jan 16, 2021
1 parent de31831 commit 585f8d8
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions packages/gestalt/src/__snapshots__/ModuleExpandable.test.js.snap
Expand Up @@ -283,8 +283,8 @@ exports[`renders correctly with multiple items with expandedId 1`] = `
<div
aria-controls="uniqueTestID-0"
aria-disabled={false}
aria-expanded={false}
aria-label="click to expand"
aria-expanded={true}
aria-label="click to collapse"
className="hideOutline tapTransition rounding0 accessibilityOutline fullWidth pointer"
onBlur={[Function]}
onClick={[Function]}
Expand All @@ -309,7 +309,7 @@ exports[`renders correctly with multiple items with expandedId 1`] = `
className="box flexGrow itemsBaseline marginEnd6 xsDisplayFlex"
>
<div
className="box xsCol6 xsDisplayFlex"
className="box xsCol12 xsDisplayFlex"
>
<div
className="Text fontSize3 darkGray alignLeft breakWord fontWeightBold truncate"
Expand All @@ -318,20 +318,6 @@ exports[`renders correctly with multiple items with expandedId 1`] = `
Title1
</div>
</div>
<div
className="box marginStart6 xsCol6"
>
<div
className="box marginBottom0"
>
<div
className="Text fontSize2 darkGray alignLeft breakWord fontWeightNormal truncate"
title="summary1"
>
summary1
</div>
</div>
</div>
</div>
<div
className="box"
Expand All @@ -342,7 +328,7 @@ exports[`renders correctly with multiple items with expandedId 1`] = `
>
<svg
aria-hidden={null}
aria-label="click to expand"
aria-label="click to collapse"
className="icon darkGray iconBlock"
height="12"
role="img"
Expand All @@ -357,6 +343,11 @@ exports[`renders correctly with multiple items with expandedId 1`] = `
</div>
</div>
</div>
<div
className="box marginTopN6 paddingX6 paddingY6"
>
Children1
</div>
</div>
<hr
className="divider"
Expand Down

0 comments on commit 585f8d8

Please sign in to comment.