24 lines
526 B
JavaScript
24 lines
526 B
JavaScript
describe('Create Content Block', () => {
|
|
it('visits the page', () => {
|
|
// todo:
|
|
// add mocks
|
|
// cy.visit('/module/some-module/add/bliblablub');
|
|
// add title
|
|
// add text element
|
|
// add list item
|
|
// add text element to list item
|
|
// add second list item
|
|
// add text element to second list item
|
|
// add another text element to second list item
|
|
// save
|
|
|
|
// another test
|
|
// go to pase
|
|
// click cancel, go back
|
|
});
|
|
});
|
|
|
|
|
|
// todo: another test
|
|
// edit existing content block
|