Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vucis committed May 23, 2024
1 parent afa5b89 commit 14cffcd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/cypress/e2e/Header.cy.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// e2e needs to check that you can actually go from certain page to other pages using navbar/header
// also logout and maybe changing language? (how to test language stuff?)
// component tests that everything is present that has to be present
import me from "../../tests/utils/me-fixture.ts";

describe("Header look not logged in", () => {
it("App name in header", () => {
cy.visit("/");
Expand All @@ -25,7 +20,6 @@ describe("Header functionality not logged in", () => {
.should("be.visible")
.should("have.attr", "href")
.and("include", "login.microsoftonline.com");
// good enough test, will need to test validity of url some other way because can't really login if we can't make our own account for testing
});

it("Header change language en -> nl", () => {
Expand Down

0 comments on commit 14cffcd

Please sign in to comment.