]> git.koha-community.org Git - koha.git/commit
Bug 35287: (Follow-up) Fix tests
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 24 Oct 2024 16:00:20 +0000 (16:00 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 24 Oct 2024 16:27:27 +0000 (18:27 +0200)
commit0f618b97455de29957db9e7cb93b23613e99a15f
tree21d6c93ad121330830f52db3f70e9544fc0dd909
parent43e50297bc81a3c827d0a5b3f26af0e6fa2daeef
Bug 35287: (Follow-up) Fix tests

Have a single point go get_license to be used by both Licenses_spec.ts and AdditionalFields_spec.ts

Test plan, apply patch:
$ yarn js:build
$ cypress run --spec t/cypress/integration/AdditionalFields_spec.ts
$ cypress run --spec t/cypress/integration/Licenses_spec.ts

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
t/cypress/integration/AdditionalFields_spec.ts
t/cypress/integration/ERM/Licenses_spec.ts
t/cypress/support/e2e.js