From 1aa64090627a901b4c0fe9f1f257d08a054a5fe8 Mon Sep 17 00:00:00 2001 From: titix Date: Tue, 17 Sep 2024 17:11:26 -0300 Subject: [PATCH] test: add locale to path --- cypress/e2e/navigation.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/navigation.cy.ts b/cypress/e2e/navigation.cy.ts index 0f65967..e013aea 100644 --- a/cypress/e2e/navigation.cy.ts +++ b/cypress/e2e/navigation.cy.ts @@ -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', ''); });