diff --git a/client/cypress/integration/current-module.spec.js b/client/cypress/integration/current-module.spec.js index c25aeb50..1445652d 100644 --- a/client/cypress/integration/current-module.spec.js +++ b/client/cypress/integration/current-module.spec.js @@ -94,6 +94,7 @@ describe('Current Module', () => { // module list exists, but does not have anything in it cy.checkHome(0, true); + cy.get('[data-cy=no-modules-yet]').should('exist').should('contain', 'Sie haben sich noch kein Modul angeschaut. Legen Sie jetzt los!'); cy.goToModule('1. Geld und Kauf', 'Modul 2'); cy.get('[data-cy=module-title]').should('contain', 'Geld'); diff --git a/client/src/App.vue b/client/src/App.vue index c8e04a0b..0e78c5fd 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -87,6 +87,7 @@ body { overflow-y: auto; + overflow-x: hidden; height: 100vh; } diff --git a/client/src/pages/start.vue b/client/src/pages/start.vue index 45a89981..1b060ce1 100644 --- a/client/src/pages/start.vue +++ b/client/src/pages/start.vue @@ -5,6 +5,10 @@ class="start-page__modules start-sections" data-cy="start-modules-list">

Letzte Module

+

Sie haben sich noch kein Modul angeschaut. Legen Sie jetzt los!