Skip to content
Snippets Groups Projects
Commit b8f07f79 authored by Giannis Kopanas's avatar Giannis Kopanas Committed by Alexandros Georgantas
Browse files

fix(componenttypes): bookbuilder

parent 8a9649e4
No related branches found
No related tags found
1 merge request!23Add dynamic component types
......@@ -3,6 +3,7 @@ describe('BookBuilder', () => {
cy.exec('node ./scripts/truncateDB.js')
cy.exec('node ./scripts/seedApplicationParameter.js')
cy.exec('node ./scripts/createBooksWithUsersAndTeams.js')
cy.exec('node ./scripts/createBookComponents.js')
})
it('production editor can navigate to book builder for the book she/he is assigned on', () => {
cy.login('productionEditor')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment