mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix tests
This commit is contained in:
parent
7c73982fe3
commit
4916bdf1f3
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue