Skip to content

Commit

Permalink
test: add locale to path
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti committed Sep 17, 2024
1 parent f5b0bf4 commit 1aa6409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/navigation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('Navigation tests', () => {
cy.url().should('include', '/324');

cy.getByTestId('home-breadcrumb').click();
cy.url().should('eq', 'http://localhost:5173/');
cy.url().should('eq', 'http://localhost:5173/en');
cy.getByTestId('search-bar').find('input').should('have.value', '');
});

Expand Down

0 comments on commit 1aa6409

Please sign in to comment.