Bug 33402: Move ERM Cypress tests to their own directory
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 4 Apr 2023 11:27:13 +0000 (13:27 +0200)
committerJacob O'Mara <jacobomara901@gmail.com>
Tue, 9 May 2023 20:38:31 +0000 (21:38 +0100)
commit25abcc024f7dd5e1710d49f46a6d0eefd49f33ff
tree5be7cd57dbac30a8459467f9e3519e9f660cc705
parent6ce18a8cdb62f279cbfb73bc4f6a46bfd8acc20d
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 <pedro.amorim@ptfs-europe.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 3143549403defc64f8f55f6e38e2327be45cc38e)
Signed-off-by: Jacob O'Mara <jacobomara901@gmail.com>
t/cypress/integration/Agreements_spec.ts [deleted file]
t/cypress/integration/Dialog_spec.ts [deleted file]
t/cypress/integration/ERM/Agreements_spec.ts [new file with mode: 0644]
t/cypress/integration/ERM/Dialog_spec.ts [new file with mode: 0644]
t/cypress/integration/ERM/Licenses_spec.ts [new file with mode: 0644]
t/cypress/integration/ERM/Packages_spec.ts [new file with mode: 0644]
t/cypress/integration/ERM/Titles_spec.ts [new file with mode: 0644]
t/cypress/integration/Licenses_spec.ts [deleted file]
t/cypress/integration/Packages_spec.ts [deleted file]
t/cypress/integration/Titles_spec.ts [deleted file]