Bug 39797 - Cypress tests Acquisitions/Vendors_spec.ts should not have a whole vendor object
Summary: Cypress tests Acquisitions/Vendors_spec.ts should not have a whole vendor object
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: 24.11
Hardware: All All
: P5 - low enhancement
Assignee: Chris Cormack
QA Contact: Testopia
URL:
Keywords:
Depends on: 38010
Blocks:
  Show dependency treegraph
 
Reported: 2025-04-30 19:41 UTC by Jonathan Druart
Modified: 2025-04-30 19:41 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-04-30 19:41:35 UTC
+const getVendor = () => {

We should not have the whole vendor object there, better use the mock mechanism (based on the api spec) from t/cypress/plugins/mockData.js