Skip to content

Commit

Permalink
prepare deleting all traditions for db reset
Browse files Browse the repository at this point in the history
  • Loading branch information
schiwaa committed Nov 15, 2024
1 parent d736645 commit 59f1402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend-e2e/cypress/e2e/experimental.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('delete all traditions found in the api', () => {
cy.wrap(resp.body).each( (tradition) => {
cy.log('trad_id, trad_name: ' + tradition.id + ', ' + tradition.name)

// Delete all traditions: DONE. TO DO: Uncomment when refilling the database is implemented subsequent to deleting.
// Delete all traditions: DONE. TO DO: Uncomment when refilling the database subsequent to deleting is implemented.
/* cy.log('Next, delete each tradition:')
cy.exec('curl -X DELETE ' + Cypress.env('CY_STEMMAREST_ENDPOINT') + '/tradition/' + tradition.id).then(result => {
cy.log('curl result .log, .stdout, .stderr:');
Expand Down

0 comments on commit 59f1402

Please sign in to comment.