Skip to content

Commit

Permalink
fix(e2e): typo in mobile url
Browse files Browse the repository at this point in the history
  • Loading branch information
devCrossNet committed May 29, 2024
1 parent df461b3 commit 312ffd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/home.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ describe('home', () => {
context('mobile', () => {
it('e2e', () => {
cy.viewport(320, 480);
cy.visit('htt p://localhost:3000');
cy.visit('http://localhost:3000');
console.log('TITLE', cy.title());
cy.title().should('include', 'Vuesion');
});
Expand Down

0 comments on commit 312ffd1

Please sign in to comment.