Skip to content

Commit

Permalink
Update API.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
M4deN committed Sep 30, 2023
1 parent 4d0efe1 commit 4a2e5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Projeto_WEB/API.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('Testes da API', () => {
})
})

it.skipp('Deve obter o total de livros', () => {
it.skip('Deve obter o total de livros', () => {
cy.request('/livros')
.its('body')
.then((body) => {
Expand Down

0 comments on commit 4a2e5c2

Please sign in to comment.