Skip to content
Snippets Groups Projects
Commit 5f10c5e7 authored by Maxim Filippov's avatar Maxim Filippov :new_moon_with_face:
Browse files

Fix user profile test

parent 2211c533
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment