diff --git a/cypress/integration/use-cases/wizard.spec.js b/cypress/integration/use-cases/wizard.spec.js index db40ede91..451557f47 100644 --- a/cypress/integration/use-cases/wizard.spec.js +++ b/cypress/integration/use-cases/wizard.spec.js @@ -3,6 +3,9 @@ describe('Using the wizard', () => { cy.setCookie('country', 'de'); cy.visit('/'); + // Ensure translation macros work. + cy.get('#home-main-copy').contains('Here at datarequests.org'); + cy.get('#wizard-anchor').scrollIntoView(); cy.get('.wizard-selected-list .button.icon-trash') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 288f6c086..b70f19bd8 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -9,7 +9,8 @@