From cc91a1b6e2f95595e8262bf623e3cba01d8f16dc Mon Sep 17 00:00:00 2001 From: stazrouti Date: Sun, 11 Feb 2024 17:34:19 +0100 Subject: [PATCH] format code --- cypress/e2e/Home.cy.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cypress/e2e/Home.cy.js b/cypress/e2e/Home.cy.js index e265299..c008b41 100644 --- a/cypress/e2e/Home.cy.js +++ b/cypress/e2e/Home.cy.js @@ -1,10 +1,9 @@ describe('template spec', () => { + beforeEach(() => { - // Common setup code cy.visit('http://localhost:3000/'); - - }); + it('home rendering', () => { cy.visit('http://localhost:3000/') cy.contains('Book Ride').click()