mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
79700: Tracking idleness & idle modal
This commit is contained in:
@@ -44,7 +44,8 @@ describe('AuthNavMenuComponent', () => {
|
||||
authenticated: false,
|
||||
loaded: false,
|
||||
blocking: false,
|
||||
loading: false
|
||||
loading: false,
|
||||
idle: false
|
||||
};
|
||||
authState = {
|
||||
authenticated: true,
|
||||
@@ -52,7 +53,8 @@ describe('AuthNavMenuComponent', () => {
|
||||
blocking: false,
|
||||
loading: false,
|
||||
authToken: new AuthTokenInfo('test_token'),
|
||||
userId: EPersonMock.id
|
||||
userId: EPersonMock.id,
|
||||
idle: false
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user