mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix lint with updated linter
This commit is contained in:
parent
399e13360e
commit
123fc2f666
@ -370,7 +370,7 @@ describe('ContributionForm.vue', () => {
|
|||||||
it('supports updating categories', async () => {
|
it('supports updating categories', async () => {
|
||||||
expectedParams.variables.categoryIds.push('cat3')
|
expectedParams.variables.categoryIds.push('cat3')
|
||||||
wrapper.find(CategoriesSelect).setData({ categories })
|
wrapper.find(CategoriesSelect).setData({ categories })
|
||||||
let healthWellbeingButton = await wrapper
|
const healthWellbeingButton = await wrapper
|
||||||
.find(CategoriesSelect)
|
.find(CategoriesSelect)
|
||||||
.find('[data-test="category-buttons-cat3"]')
|
.find('[data-test="category-buttons-cat3"]')
|
||||||
healthWellbeingButton.trigger('click')
|
healthWellbeingButton.trigger('click')
|
||||||
|
|||||||
@ -28,7 +28,7 @@ export default {
|
|||||||
error,
|
error,
|
||||||
params: { id },
|
params: { id },
|
||||||
} = context
|
} = context
|
||||||
let client = app.apolloProvider.defaultClient
|
const client = app.apolloProvider.defaultClient
|
||||||
const {
|
const {
|
||||||
data: {
|
data: {
|
||||||
Post: [contribution],
|
Post: [contribution],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user