Bug 40181 - Cypress tests - Ensure that insertData does not leave data in the DB
Summary: Cypress tests - Ensure that insertData does not leave data in the DB
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 40180
Blocks:
  Show dependency treegraph
 
Reported: 2025-06-18 21:26 UTC by Jonathan Druart
Modified: 2025-06-19 15:03 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
Bug 40181: Make sure data won't be added by insertData (2.51 KB, patch)
2025-06-19 10:53 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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