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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Apr 2023 12:26:45 +0000 (09:26 -0300)
commit3143549403defc64f8f55f6e38e2327be45cc38e
tree2fb38a97f7f350b5ed0ecf6d12cc6726a6e012b8
parent307df8f1af4b0577faa4dbcac8072d818bc1ffe4
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>
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]