Skip to content

Commit

Permalink
adding and deleting sections ok in local headless and headed mode and…
Browse files Browse the repository at this point in the history
… on github
  • Loading branch information
schiwaa committed Jan 24, 2025
1 parent 1b91ab5 commit 307e9ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend-e2e/cypress/e2e/role_admin/sections.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ describe('Section handling works correcly in the tradition list and the section
// input string for the test section to be added
const new_section_name = 'NEW SECTION BY CY';


// relative path to the section file which is going to be added for teesting
// relative path to the section file which is going to be added for testing
const new_section_rel_path = (Cypress.browser.isHeaded) ? './../bin/init-data/stemmarest/data/florilegium_z.csv' : './cypress/.initdata4headless/data/florilegium_z.csv';

// test with one tradition which has a few sections
Expand Down

0 comments on commit 307e9ea

Please sign in to comment.