Skip to content

Commit

Permalink
tests: remove check of project container for anonymous users
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-code committed Dec 9, 2024
1 parent 0d6a148 commit 012ef7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress-tests/cypress/e2e/dashboardV2.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ describe("Dashboard v2 - Authenticated user", () => {
describe("Dashboard v2 - Non-Authenticated user", () => {
it("Cannot see projects and groups on Dashboard when logged out", () => {
cy.visit("v2");
cy.getDataCy("projects-container").contains("No 2.0 projects.");
cy.getDataCy("view-other-projects-btn").should("be.visible");
cy.getDataCy("groups-container").contains("No 2.0 groups.");
cy.getDataCy("view-other-groups-btn").should("be.visible");
Expand Down

0 comments on commit 012ef7a

Please sign in to comment.