fix articles changed response code

master
helenanull 2 years ago
parent 9a8f77eaf8
commit 01e94bc82b

@ -18,7 +18,7 @@ Cypress.Commands.add('createArticle', () => {
} }
}) })
.then((response) => { .then((response) => {
expect(response.status).to.eq(200) expect(response.status).to.eq(201)
return response.body.article.slug return response.body.article.slug
}) })
}) })

Loading…
Cancel
Save