Skip to content

Commit

Permalink
Break line to improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Oct 2, 2023
1 parent 40cedca commit fbdebd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/TAT-CSC.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ describe('TAT Customer Service Center', () => {
})

it('fills in the text area field using the invoke command', () => {
cy.get('#open-text-area').invoke('val', 'some text')
cy.get('#open-text-area')
.invoke('val', 'some text')
.should('have.value', 'some text')
})

Expand Down

0 comments on commit fbdebd4

Please sign in to comment.