Entities created during E2E tests persist in the database
Currently, doRemoveAndRestoreDataBundle does not fully clean up entities created dynamically during a test, such as when FeedbackQuestion is copied.
This happens because removeSqlDataBundle only deletes entities that are listed in the given SqlDataBundle. Entities created during the test are not included in the original SqlDataBundle and therefore persist in the database after the test finishes.
Example
When I repeatedly run the test and execute some scripts in the browser console, I observe that more and more question forms accumulate in that same feedback session.
Hi @DhiraPT , is this issue fixed? I would like to work on it
Hi @DhiraPT , is this issue fixed? LMK, would be happy to resolve :)
Hi @shivam-102, me and Ederich013 are currently assigned to this issue. Sorry.