From 2e2a68f071f28fa566c5d07adef62a8e871f7ad2 Mon Sep 17 00:00:00 2001 From: Walmyr Date: Wed, 17 Jan 2024 00:30:47 +0100 Subject: [PATCH] Break line to improve testability --- cypress/e2e/playground.cy.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/playground.cy.js b/cypress/e2e/playground.cy.js index b3fe908..6ce10e5 100644 --- a/cypress/e2e/playground.cy.js +++ b/cypress/e2e/playground.cy.js @@ -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',