From 5f10c5e786ddba2741675255aaa8c23ba17cca61 Mon Sep 17 00:00:00 2001 From: Maxim Filippov Date: Mon, 17 Dec 2018 02:45:40 +0300 Subject: [PATCH] Fix user profile test --- test/unit/specs/components/user_profile.spec.js | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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