Skip to content

Commit

Permalink
cambio de ruta en test home
Browse files Browse the repository at this point in the history
  • Loading branch information
jul1oCesar0 committed Oct 29, 2024
1 parent 2735b2c commit 4c57781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/home.cy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('Mi primera prueba', () => {
it('Visita la página de ejemplo', () => {
cy.visit('http://localhost:5173/');
cy.visit('https://opticenter-hu.vercel.app');
});
});

0 comments on commit 4c57781

Please sign in to comment.