Bug 39797

Summary: Cypress tests Acquisitions/Vendors_spec.ts should not have a whole vendor object
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Test SuiteAssignee: Chris Cormack <chris>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: 24.11   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 38010    
Bug Blocks:    

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