Fix tests

This commit is contained in:
Hongbo Wu 2022-07-29 11:16:03 +08:00
parent 7c73982fe3
commit 4916bdf1f3

View file

@ -723,6 +723,12 @@ describe('Labels API', () => {
labelId = labels[4].id
})
after(async () => {
await graphqlRequest(query(labelId, labels[3].id), authToken).expect(
200
)
})
it('moves the label to the top', async () => {
const res = await graphqlRequest(query(labelId, ''), authToken).expect(
200