11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
3+ exports [` Bar should change allow theme overrides 1` ] = `
4+ <div
5+ className = " coz-bar-wrapper coz-theme-primary"
6+ style = {
7+ Object {
8+ " --cozBarThemePrimaryColor" : " red" ,
9+ }
10+ }
11+ >
12+ <div
13+ id = " cozy-bar-modal-dom-place"
14+ />
15+ <div
16+ className = " coz-bar-container"
17+ >
18+ <button
19+ className = " coz-bar-btn coz-bar-burger"
20+ data-tutorial = " apps-mobile"
21+ onClick = { [Function ]}
22+ type = " button"
23+ >
24+ <Icon
25+ height = { 16 }
26+ icon = " test-file-stub"
27+ spin = { false }
28+ width = { 16 }
29+ />
30+ <span
31+ className = " coz-bar-hidden"
32+ >
33+ drawer
34+ </span >
35+ </button >
36+ <Apps />
37+ <div
38+ className = " u-flex-grow"
39+ />
40+ <Wrapper
41+ toggleSupport = { [Function ]}
42+ />
43+ <Connect(Drawer)
44+ drawerListener={ [Function ]}
45+ isClaudyLoading={ false }
46+ onClaudy={ false }
47+ onClose={ [Function ]}
48+ toggleSupport={ [Function ]}
49+ visible={ false }
50+ />
51+ </div >
52+ </div >
53+ ` ;
54+
355exports [` Bar should change theme 1` ] = `
456<div
557 className = " coz-bar-wrapper coz-theme-primary"
58+ style = { Object {}}
659>
760 <div
861 id = " cozy-bar-modal-dom-place"
@@ -50,6 +103,7 @@ exports[`Bar should change theme 1`] = `
50103exports [` Bar should display the Searchbar 1` ] = `
51104<div
52105 className = " coz-bar-wrapper coz-theme-default"
106+ style = { Object {}}
53107>
54108 <div
55109 id = " cozy-bar-modal-dom-place"
@@ -101,6 +155,7 @@ exports[`Bar should display the Searchbar 1`] = `
101155exports [` Bar should not display searchbar if we are not on a public page 1` ] = `
102156<div
103157 className = " coz-bar-wrapper coz-theme-default"
158+ style = { Object {}}
104159>
105160 <div
106161 id = " cozy-bar-modal-dom-place"
@@ -121,6 +176,7 @@ exports[`Bar should not display searchbar if we are not on a public page 1`] =
121176exports [` Bar should not display searchbar if we are not on Cozy Drive 1` ] = `
122177<div
123178 className = " coz-bar-wrapper coz-theme-default"
179+ style = { Object {}}
124180>
125181 <div
126182 id = " cozy-bar-modal-dom-place"
@@ -170,6 +226,7 @@ exports[`Bar should not display searchbar if we are not on Cozy Drive 1`] = `
170226exports [` Bar should not display searchbar if we are on mobile 1` ] = `
171227<div
172228 className = " coz-bar-wrapper coz-theme-default"
229+ style = { Object {}}
173230>
174231 <div
175232 id = " cozy-bar-modal-dom-place"
0 commit comments