Skip to content

Commit ab38932

Browse files
committed
Fix tests
1 parent ff5bdfb commit ab38932

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ exports[`MultipleFileUploadStatus renders custom class names 1`] = `
77
>
88
<div
99
class="pf-v6-c-expandable-section pf-m-expanded"
10+
data-ouia-component-type="PF6/ExpandableSection"
11+
data-ouia-safe="true"
1012
>
1113
<div
1214
class="pf-v6-c-expandable-section__toggle"
@@ -83,6 +85,8 @@ exports[`MultipleFileUploadStatus renders status toggle icon 1`] = `
8385
>
8486
<div
8587
class="pf-v6-c-expandable-section pf-m-expanded"
88+
data-ouia-component-type="PF6/ExpandableSection"
89+
data-ouia-safe="true"
8690
>
8791
<div
8892
class="pf-v6-c-expandable-section__toggle"
@@ -173,6 +177,8 @@ exports[`MultipleFileUploadStatus renders status toggle text 1`] = `
173177
>
174178
<div
175179
class="pf-v6-c-expandable-section pf-m-expanded"
180+
data-ouia-component-type="PF6/ExpandableSection"
181+
data-ouia-safe="true"
176182
>
177183
<div
178184
class="pf-v6-c-expandable-section__toggle"
@@ -251,6 +257,8 @@ exports[`MultipleFileUploadStatus renders with expected class names 1`] = `
251257
>
252258
<div
253259
class="pf-v6-c-expandable-section pf-m-expanded"
260+
data-ouia-component-type="PF6/ExpandableSection"
261+
data-ouia-safe="true"
254262
>
255263
<div
256264
class="pf-v6-c-expandable-section__toggle"

0 commit comments

Comments
 (0)