diff --git a/e2e/cypress/e2e/02-0-navigation/db-footer.cy.js b/e2e/cypress/e2e/02-0-navigation/db-footer.cy.js index 13bbb66700..00f7832cd9 100644 --- a/e2e/cypress/e2e/02-0-navigation/db-footer.cy.js +++ b/e2e/cypress/e2e/02-0-navigation/db-footer.cy.js @@ -11,7 +11,7 @@ context('db-footer', () => { it('Standard footer exists', function () { cy.get(selector).eq(0).should('have.class', 'has-border'); cy.get(selector).eq(0); - cy.get(`${selector} > span`).contains('Copyright 2024 DB Systel'); + cy.get(`${selector} > span`).contains('Copyright 2025 DB Systel'); }); it('Custom footer exists', function () {