Skip to content

Commit 79ee6d3

Browse files
committed
Update snapshot tests for drawer
1 parent d3a8a4a commit 79ee6d3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ exports[`Matches the snapshot with drawer 1`] = `
5555
>
5656
<div
5757
class="pf-v6-c-drawer pf-m-expanded pf-m-pill"
58+
data-ouia-component-id="OUIA-Generated-Drawer-:r1:"
59+
data-ouia-component-type="PF6/Drawer"
60+
data-ouia-safe="true"
5861
>
5962
<div
6063
class="pf-v6-c-drawer__main"

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ exports[`Matches the snapshot with drawer 1`] = `
44
<DocumentFragment>
55
<div
66
class="pf-v6-c-drawer pf-m-expanded pf-m-pill"
7+
data-ouia-component-id="OUIA-Generated-Drawer-:r1:"
8+
data-ouia-component-type="PF6/Drawer"
9+
data-ouia-safe="true"
710
>
811
<div
912
class="pf-v6-c-drawer__main"

0 commit comments

Comments
 (0)