File tree Expand file tree Collapse file tree 1 file changed +32
-28
lines changed
packages/react-core/src/components/Compass/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +32
-28
lines changed Original file line number Diff line number Diff line change @@ -56,41 +56,45 @@ exports[`Matches the snapshot with drawer 1`] = `
5656 class = " pf-v6-c-drawer__content"
5757 >
5858 <div
59- class = " pf-v6-c-compass "
59+ class = " pf-v6-c-drawer__body "
6060 >
6161 <div
62- class = " pf-v6-c-compass__header pf-m-expanded "
62+ class = " pf-v6-c-compass "
6363 >
64- <div >
65- Header
64+ <div
65+ class = " pf-v6-c-compass__header pf-m-expanded"
66+ >
67+ <div >
68+ Header
69+ </div >
6670 </div >
67- </ div >
68- < div
69- class = " pf-v6-c-compass__sidebar pf-m-start pf-m-expanded "
70- >
71- < div >
72- Sidebar start
71+ < div
72+ class = " pf-v6-c-compass__sidebar pf-m-start pf-m-expanded "
73+ >
74+ < div >
75+ Sidebar start
76+ </ div >
7377 </div >
74- </ div >
75- < div
76- class = " pf-v6-c-compass__main "
77- >
78- < div >
79- Main content
78+ < div
79+ class = " pf-v6-c-compass__main "
80+ >
81+ < div >
82+ Main content
83+ </ div >
8084 </div >
81- </ div >
82- < div
83- class = " pf-v6-c-compass__sidebar pf-m-end pf-m-expanded "
84- >
85- < div >
86- Sidebar end
85+ < div
86+ class = " pf-v6-c-compass__sidebar pf-m-end pf-m-expanded "
87+ >
88+ < div >
89+ Sidebar end
90+ </ div >
8791 </div >
88- </ div >
89- < div
90- class = " pf-v6-c-compass__footer pf-m-expanded "
91- >
92- < div >
93- Footer
92+ < div
93+ class = " pf-v6-c-compass__footer pf-m-expanded "
94+ >
95+ < div >
96+ Footer
97+ </ div >
9498 </div >
9599 </div >
96100 </div >
You can’t perform that action at this time.
0 commit comments