diff --git a/test/unit/specs/components/user_profile.spec.js b/test/unit/specs/components/user_profile.spec.js index 04092716..b7743f1f 100644 --- a/test/unit/specs/components/user_profile.spec.js +++ b/test/unit/specs/components/user_profile.spec.js @@ -16,9 +16,15 @@ const externalProfileStore = new Vuex.Store({ api: { backendInteractor: backendInteractorService('') }, + interface: { + browserSupport: '' + }, config: { colors: '', - highlight: {} + highlight: {}, + customTheme: { + colors: [] + } }, instance: { hideUserStats: true @@ -103,9 +109,15 @@ const localProfileStore = new Vuex.Store({ api: { backendInteractor: backendInteractorService('') }, + interface: { + browserSupport: '' + }, config: { colors: '', - highlight: {} + highlight: {}, + customTheme: { + colors: [] + } }, instance: { hideUserStats: true