Skip to content

Commit

Permalink
fixing minor differences on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdandrade committed Jun 10, 2024
1 parent 0322f66 commit 1b99bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/ConvertOrderRequest.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('HomePage', () => {
});

cy.CreateClient("Luan Kato", "[email protected]")
cy.CreateSolicitation("Geladeira", "BRM56BK", "Brastemp", "Não tá gelando e ta com cheiro forte de queimado")
cy.CreateSolicitation("Geladeira", "BRM56BK", "Brastemp", "Não tá gelando e com cheiro forte de queimado")
cy.visit('/')
cy.ClientLogout()
cy.CreateAdmin()
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/solicitationManagement.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const oneMonthFromToday = formatDate(new Date(today.getFullYear(), today.getMont
cy.get('.logout > button').click()
cy.GoToClient()
cy.get('.view > button').click()
cy.get('.price > span').invoke('text').should('have.string', "50,00")
cy.get('.price > span').invoke('text').should('have.string', "R$ 50,00")
cy.get('.waitingForm > p').invoke('text').should('have.string', "Você deseja prosseguir com o serviço?")
})

Expand Down

0 comments on commit 1b99bd8

Please sign in to comment.