Skip to content

Commit 96f8e6f

Browse files
committed
fix failing snapshot tests
1 parent 18a42aa commit 96f8e6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react-core/src/components/ExpandableSection/__tests__/__snapshots__/ExpandableSection.test.tsx.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ exports[`Disclosure ExpandableSection 1`] = `
5858
>
5959
<button
6060
aria-controls="content-id"
61+
aria-expanded="false"
6162
class="pf-v5-c-expandable-section__toggle"
6263
id="toggle-id"
6364
type="button"
@@ -103,6 +104,7 @@ exports[`ExpandableSection 1`] = `
103104
>
104105
<button
105106
aria-controls="content-id"
107+
aria-expanded="false"
106108
class="pf-v5-c-expandable-section__toggle"
107109
id="toggle-id"
108110
type="button"
@@ -238,6 +240,7 @@ exports[`Renders Uncontrolled ExpandableSection 1`] = `
238240
>
239241
<button
240242
aria-controls="content-id"
243+
aria-expanded="false"
241244
class="pf-v5-c-expandable-section__toggle"
242245
id="toggle-id"
243246
type="button"

0 commit comments

Comments
 (0)