diff --git a/client/cypress/integration/survey.spec.js b/client/cypress/integration/survey.spec.js index f90e457a..58a36529 100644 --- a/client/cypress/integration/survey.spec.js +++ b/client/cypress/integration/survey.spec.js @@ -15,7 +15,7 @@ describe('Survey', () => { cy.get('#sq_100i').type('Wohlwollen'); cy.get('#sq_101i').type('Demut'); - cy.get('[value=Weiter]').click(); + cy.get('[value="Speichern & Weiter"]').click(); //cy.get('.button--primary').click() cy.get('#sq_102i').type('Keuschheit'); diff --git a/client/src/components/ContentBlock.vue b/client/src/components/ContentBlock.vue index 6f85068e..8cf7a973 100644 --- a/client/src/components/ContentBlock.vue +++ b/client/src/components/ContentBlock.vue @@ -2,7 +2,8 @@
- + @@ -228,7 +229,7 @@ if (index === 0) { return content; - }; + } const contentLists = content.filter(contentItem => contentItem.type === 'content_list'); if (contentLists.length !== 1) {