mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +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",
|
||||
name,
|
||||
...termsAndConditionsAgreedVersion
|
||||
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@ -69,7 +69,7 @@ export const actions = {
|
||||
.then(res => {
|
||||
commit('SET_QUICK_RESULTS', res.data.findPosts || [])
|
||||
})
|
||||
.catch(() => {
|
||||
.catch(_err => {
|
||||
commit('SET_QUICK_RESULTS', [])
|
||||
})
|
||||
.finally(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user