mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Cypress tests ok ,terms and conditions after hard work ready to merge
This commit is contained in:
parent
f28ff69f3a
commit
27e7bf6279
@ -384,6 +384,9 @@ Given("there is an annoying user called {string}", name => {
|
|||||||
id: "annoying-user",
|
id: "annoying-user",
|
||||||
name,
|
name,
|
||||||
...termsAndConditionsAgreedVersion
|
...termsAndConditionsAgreedVersion
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -69,7 +69,7 @@ export const actions = {
|
|||||||
.then(res => {
|
.then(res => {
|
||||||
commit('SET_QUICK_RESULTS', res.data.findPosts || [])
|
commit('SET_QUICK_RESULTS', res.data.findPosts || [])
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(_err => {
|
||||||
commit('SET_QUICK_RESULTS', [])
|
commit('SET_QUICK_RESULTS', [])
|
||||||
})
|
})
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user