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 Jan 16, 2024
1 parent 21088fd commit 2460eb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/e2e/playground.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ describe('Cypress Playground', () => {
})

it('selects a date and asserts the correct date has been displayed', () => {
cy.get('#input-date input[type="date"]').type('2024-01-16').blur()
cy.get('#input-date input[type="date"]')
.type('2024-01-16')
.blur()

cy.contains(
'#input-date p#date-paragraph',
Expand Down

0 comments on commit 2460eb8

Please sign in to comment.