Skip to content

Commit

Permalink
Removido o 'only' do último teste criado
Browse files Browse the repository at this point in the history
  • Loading branch information
gilsongs committed Oct 23, 2023
1 parent 755a26e commit 8a52123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/CAC-TAT.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ describe('Central de Atendimento ao Cliente TAT', function() {
})
})

it.only('encontra o gato escondido', function() {
it('encontra o gato escondido', function() {
cy.get('#cat')
.invoke('show')
.should('be.visible')
Expand Down

0 comments on commit 8a52123

Please # to comment.