Skip to content

Instantly share code, notes, and snippets.

@saymowan
Created March 21, 2021 22:58
Show Gist options
  • Save saymowan/660e58887fe3b07918535b40d44dca09 to your computer and use it in GitHub Desktop.
Save saymowan/660e58887fe3b07918535b40d44dca09 to your computer and use it in GitHub Desktop.
delete cypress api
it('Produtos - Excluir Produto Inexistente',()=>{
cy.deleteProdutos("xxx", true)
.then(response =>{
expect(response.status).to.equal(200)
expect(response.body.message).to.eq("Nenhum registro excluído")
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment