diff --git a/components/centraldashboard/cypress/support/commands.ts b/components/centraldashboard/cypress/support/commands.ts index d8abb7cf63a..5fccf5d8c47 100644 --- a/components/centraldashboard/cypress/support/commands.ts +++ b/components/centraldashboard/cypress/support/commands.ts @@ -43,7 +43,7 @@ Cypress.Commands.add('mockWorkgroupRequest', () => { }); Cypress.Commands.add('mockDashboardLinksRequest', () => { - cy.intercept('GET', `/api/dashboard-links`, { + cy.intercept('GET', `/api/dashboard-links?lang=*`, { fixture: 'dashboard-links', }).as('mockDashboardLinksRequest'); });