Skip to content

Commit

Permalink
PB-1343: adapt e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ltkum committed Jan 14, 2025
1 parent 88e383b commit 3d5e601
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cypress/tests-e2e/reportProblem.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ describe('Testing the report problem form', () => {
cy.get('[data-cy="drawing-header-title"]').should('not.exist')
cy.get('[data-cy="text-area-input"]').should('be.visible').should('have.value', text)
cy.get('[data-cy="email-input"]').should('be.visible').should('have.value', validEmail)
cy.get('[data-cy="report-problem-drawing-added-feedback"]').scrollIntoView()
cy.get('[data-cy="report-problem-drawing-added-feedback"]')
.should('be.visible')
.should('have.class', 'valid-feedback')
Expand Down Expand Up @@ -289,6 +290,7 @@ describe('Testing the report problem form', () => {
cy.get('[data-cy="drawing-header-title"]').should('not.exist')
cy.get('[data-cy="text-area-input"]').should('have.value', text)
cy.get('[data-cy="email-input"]').should('have.value', validEmail)
cy.get('[data-cy="report-problem-drawing-added-feedback"]').scrollIntoView()
cy.get('[data-cy="report-problem-drawing-added-feedback"]')
.should('be.visible')
.should('have.class', 'valid-feedback')
Expand Down

0 comments on commit 3d5e601

Please sign in to comment.