File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/js/__tests__/components Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ describe('Test for Navigation', function () {
5050 expect ( instance . refreshNotifications ) . toBeDefined ( ) ;
5151 expect ( instance . refreshDone ) . toBeDefined ( ) ;
5252 expect ( instance . logOut ) . toBeDefined ( ) ;
53- expect ( instance . appQuit ) . toBeDefined ( ) ;
5453
5554 var logoutIcon = TestUtils . scryRenderedDOMComponentsWithClass ( instance , 'fa-sign-out' ) ;
5655 expect ( logoutIcon . length ) . toBe ( 0 ) ;
@@ -72,7 +71,6 @@ describe('Test for Navigation', function () {
7271 expect ( instance . refreshNotifications ) . toBeDefined ( ) ;
7372 expect ( instance . refreshDone ) . toBeDefined ( ) ;
7473 expect ( instance . logOut ) . toBeDefined ( ) ;
75- expect ( instance . appQuit ) . toBeDefined ( ) ;
7674
7775 var logoutIcon = TestUtils . scryRenderedDOMComponentsWithClass ( instance , 'fa-sign-out' ) ;
7876 expect ( logoutIcon . length ) . toBe ( 1 ) ;
@@ -88,9 +86,6 @@ describe('Test for Navigation', function () {
8886 instance . refreshDone ( ) ;
8987 expect ( instance . state . loading ) . toBeFalsy ( ) ;
9088
91- // Quit Application
92- instance . appQuit ( ) ;
93-
9489 } ) ;
9590
9691 it ( 'Should test the refreshNotifications method' , function ( ) {
You can’t perform that action at this time.
0 commit comments