Fix user profile test

This commit is contained in:
Maxim Filippov 2018-12-17 02:45:40 +03:00
parent 2211c533dd
commit 5f10c5e786

View file

@ -16,9 +16,15 @@ const externalProfileStore = new Vuex.Store({
api: { api: {
backendInteractor: backendInteractorService('') backendInteractor: backendInteractorService('')
}, },
interface: {
browserSupport: ''
},
config: { config: {
colors: '', colors: '',
highlight: {} highlight: {},
customTheme: {
colors: []
}
}, },
instance: { instance: {
hideUserStats: true hideUserStats: true
@ -103,9 +109,15 @@ const localProfileStore = new Vuex.Store({
api: { api: {
backendInteractor: backendInteractorService('') backendInteractor: backendInteractorService('')
}, },
interface: {
browserSupport: ''
},
config: { config: {
colors: '', colors: '',
highlight: {} highlight: {},
customTheme: {
colors: []
}
}, },
instance: { instance: {
hideUserStats: true hideUserStats: true