Bug 40181

Summary: Cypress tests - Ensure that insertData does not leave data in the DB
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Test SuiteAssignee: Jonathan Druart <jonathan.druart>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
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: 40180    
Bug Blocks:    
Attachments: Bug 40181: Make sure data won't be added by insertData

Description Jonathan Druart 2025-06-18 21:26:05 UTC

    
Comment 1 Jonathan Druart 2025-06-19 10:53:27 UTC
Created attachment 183377 [details] [review]
Bug 40181: Make sure data won't be added by insertData

We are here testing that data inserted by insertData tasks can be easily
removed from the DB using deleteSampleObjects

Test plan:
Cypress test t/cypress/integration/t/insertData.ts must pass