From 1a4e089e36edf392aa21c0626b0e05b2fb6de821 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 4 Apr 2023 13:27:13 +0200 Subject: [PATCH] Bug 33402: Move ERM Cypress tests to their own directory We need to move the existing Cypress tests (that are ERM only, t/cypress/integration/*.ts ) to their own subdirectory, eg t/cypress/integration/ERM Test plan: Confirm that the cypress tests are still passing after this change: perl /kohadevbox/misc4dev/run_tests.pl --run-cypress-tests-only Signed-off-by: Pedro Amorim --- t/cypress/integration/{ => ERM}/Agreements_spec.ts | 0 t/cypress/integration/{ => ERM}/Dialog_spec.ts | 0 t/cypress/integration/{ => ERM}/Licenses_spec.ts | 0 t/cypress/integration/{ => ERM}/Packages_spec.ts | 0 t/cypress/integration/{ => ERM}/Titles_spec.ts | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename t/cypress/integration/{ => ERM}/Agreements_spec.ts (100%) rename t/cypress/integration/{ => ERM}/Dialog_spec.ts (100%) rename t/cypress/integration/{ => ERM}/Licenses_spec.ts (100%) rename t/cypress/integration/{ => ERM}/Packages_spec.ts (100%) rename t/cypress/integration/{ => ERM}/Titles_spec.ts (100%) diff --git a/t/cypress/integration/Agreements_spec.ts b/t/cypress/integration/ERM/Agreements_spec.ts similarity index 100% rename from t/cypress/integration/Agreements_spec.ts rename to t/cypress/integration/ERM/Agreements_spec.ts diff --git a/t/cypress/integration/Dialog_spec.ts b/t/cypress/integration/ERM/Dialog_spec.ts similarity index 100% rename from t/cypress/integration/Dialog_spec.ts rename to t/cypress/integration/ERM/Dialog_spec.ts diff --git a/t/cypress/integration/Licenses_spec.ts b/t/cypress/integration/ERM/Licenses_spec.ts similarity index 100% rename from t/cypress/integration/Licenses_spec.ts rename to t/cypress/integration/ERM/Licenses_spec.ts diff --git a/t/cypress/integration/Packages_spec.ts b/t/cypress/integration/ERM/Packages_spec.ts similarity index 100% rename from t/cypress/integration/Packages_spec.ts rename to t/cypress/integration/ERM/Packages_spec.ts diff --git a/t/cypress/integration/Titles_spec.ts b/t/cypress/integration/ERM/Titles_spec.ts similarity index 100% rename from t/cypress/integration/Titles_spec.ts rename to t/cypress/integration/ERM/Titles_spec.ts -- 2.30.2