Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vucis committed May 23, 2024
1 parent 094072e commit 65f1324
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions frontend/cypress/e2e/Header.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@ describe("Header functionality logged in", () => {
statusCode: 200,
body: me,
};
cy.intercept(
'/me',
response
).as("getMe");
cy.intercept('/projects', []).as("getProjects");
cy.intercept("/me", response).as("getMe");
cy.intercept("/projects", []).as("getProjects");
cy.log(response);
cy.visit("/en/home");
cy.wait("@getMe");
Expand Down

0 comments on commit 65f1324

Please sign in to comment.