Skip to content

Commit

Permalink
fix cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Marcotte committed Oct 30, 2023
1 parent 04c044e commit 67d6fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/centraldashboard/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit 67d6fe9

Please sign in to comment.