@@ -62,7 +62,11 @@ describe('Home [Component]', function () {
6262 beforeEach ( function ( ) {
6363 render (
6464 < AppRegistryContext . Provider value = { testAppRegistry } >
65- < Home appName = "home-testing" showWelcomeModal = { false } />
65+ < Home
66+ appName = "home-testing"
67+ showWelcomeModal = { false }
68+ networkTraffic = { true }
69+ />
6670 </ AppRegistryContext . Provider >
6771 ) ;
6872 } ) ;
@@ -83,7 +87,11 @@ describe('Home [Component]', function () {
8387 ) {
8488 render (
8589 < AppRegistryContext . Provider value = { testAppRegistry } >
86- < Home appName = "home-testing" showWelcomeModal = { false } />
90+ < Home
91+ appName = "home-testing"
92+ showWelcomeModal = { false }
93+ networkTraffic = { true }
94+ />
8795 </ AppRegistryContext . Provider >
8896 ) ;
8997 testAppRegistry . emit ( 'data-service-connected' , null , dataService , {
@@ -157,7 +165,11 @@ describe('Home [Component]', function () {
157165 beforeEach ( function ( ) {
158166 render (
159167 < AppRegistryContext . Provider value = { testAppRegistry } >
160- < Home appName = "home-testing" showWelcomeModal = { false } />
168+ < Home
169+ appName = "home-testing"
170+ showWelcomeModal = { false }
171+ networkTraffic = { true }
172+ />
161173 </ AppRegistryContext . Provider >
162174 ) ;
163175 } ) ;
@@ -185,7 +197,11 @@ describe('Home [Component]', function () {
185197 beforeEach ( function ( ) {
186198 const { unmount } = render (
187199 < AppRegistryContext . Provider value = { testAppRegistry } >
188- < Home appName = "home-testing" showWelcomeModal = { false } />
200+ < Home
201+ appName = "home-testing"
202+ showWelcomeModal = { false }
203+ networkTraffic = { true }
204+ />
189205 </ AppRegistryContext . Provider >
190206 ) ;
191207 unmount ( ) ;
0 commit comments