diff --git a/packages/api/test/resolvers/labels.test.ts b/packages/api/test/resolvers/labels.test.ts index 89f6516a3..fdce406a8 100644 --- a/packages/api/test/resolvers/labels.test.ts +++ b/packages/api/test/resolvers/labels.test.ts @@ -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