Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
stazrouti committed Feb 11, 2024
1 parent bd4f61a commit cc91a1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cypress/e2e/Home.cy.js
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit cc91a1b

Please sign in to comment.