From c17be21f3d7860492e70e2c0fd7e8b155e0e5a0f Mon Sep 17 00:00:00 2001 From: br0kenpixel <23280129+br0kenpixel@users.noreply.github.com> Date: Sat, 8 Nov 2025 18:08:59 +0100 Subject: [PATCH] fix: move e2e test location to correct `cypress` directory --- frontend/{ => cypress}/e2e/admin/dashboard.cy.ts | 0 frontend/{ => cypress}/e2e/admin/students/list.cy.ts | 0 frontend/{ => cypress}/e2e/home.cy.ts | 0 frontend/{ => cypress}/e2e/info-pages.cy.ts | 0 frontend/{ => cypress}/e2e/login.cy.ts | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename frontend/{ => cypress}/e2e/admin/dashboard.cy.ts (100%) rename frontend/{ => cypress}/e2e/admin/students/list.cy.ts (100%) rename frontend/{ => cypress}/e2e/home.cy.ts (100%) rename frontend/{ => cypress}/e2e/info-pages.cy.ts (100%) rename frontend/{ => cypress}/e2e/login.cy.ts (100%) diff --git a/frontend/e2e/admin/dashboard.cy.ts b/frontend/cypress/e2e/admin/dashboard.cy.ts similarity index 100% rename from frontend/e2e/admin/dashboard.cy.ts rename to frontend/cypress/e2e/admin/dashboard.cy.ts diff --git a/frontend/e2e/admin/students/list.cy.ts b/frontend/cypress/e2e/admin/students/list.cy.ts similarity index 100% rename from frontend/e2e/admin/students/list.cy.ts rename to frontend/cypress/e2e/admin/students/list.cy.ts diff --git a/frontend/e2e/home.cy.ts b/frontend/cypress/e2e/home.cy.ts similarity index 100% rename from frontend/e2e/home.cy.ts rename to frontend/cypress/e2e/home.cy.ts diff --git a/frontend/e2e/info-pages.cy.ts b/frontend/cypress/e2e/info-pages.cy.ts similarity index 100% rename from frontend/e2e/info-pages.cy.ts rename to frontend/cypress/e2e/info-pages.cy.ts diff --git a/frontend/e2e/login.cy.ts b/frontend/cypress/e2e/login.cy.ts similarity index 100% rename from frontend/e2e/login.cy.ts rename to frontend/cypress/e2e/login.cy.ts