Skip to content

Commit

Permalink
fixing test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandor4b committed Jun 7, 2024
1 parent ce01081 commit 551cdc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cypress/e2e/ReopeningService.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ describe('Reopening Service Tests', () => {
cy.get(':nth-child(6) > a').click()
cy.get('.works > button').click()

cy.get('#detailed_problem_description').type('A')
cy.get('#necessary_parts').type('B')
cy.get('#detailed_problem_description').type('Muito pelo de gato dentro do motor está interferindo na ventilação interna')
cy.get('#necessary_parts').type('Nenhuma, apenas limpeza')
cy.get('.works > button').click()

cy.get(':nth-child(6) > a').click()
Expand Down Expand Up @@ -95,8 +95,8 @@ describe('Reopening Service Tests', () => {
cy.get(':nth-child(6) > a').click()
cy.get('.works > button').click()

cy.get('#detailed_problem_description').type('A')
cy.get('#necessary_parts').type('B')
cy.get('#detailed_problem_description').type('Muito pelo de gato dentro do motor está interferindo na ventilação interna')
cy.get('#necessary_parts').type('Nenhuma, apenas limpeza')
cy.get('.works > button').click()

cy.get(':nth-child(6) > a').click()
Expand Down Expand Up @@ -135,8 +135,8 @@ describe('Reopening Service Tests', () => {
cy.get(':nth-child(6) > a').click()
cy.get('.works > button').click()

cy.get('#detailed_problem_description').type('A')
cy.get('#necessary_parts').type('B')
cy.get('#detailed_problem_description').type('Muito pelo de gato dentro do motor está interferindo na ventilação interna')
cy.get('#necessary_parts').type('Nenhuma, apenas limpeza')
cy.get('.works > button').click()

cy.get(':nth-child(6) > a').click()
Expand Down

0 comments on commit 551cdc1

Please sign in to comment.