Skip to content

Commit e7228c9

Browse files
committed
test: fix by adapting the year
1 parent db6cacb commit e7228c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/cypress/e2e/02-0-navigation/db-footer.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ context('db-footer', () => {
1111
it('Standard footer exists', function () {
1212
cy.get(selector).eq(0).should('have.class', 'has-border');
1313
cy.get(selector).eq(0);
14-
cy.get(`${selector} > span`).contains('Copyright 2024 DB Systel');
14+
cy.get(`${selector} > span`).contains('Copyright 2025 DB Systel');
1515
});
1616

1717
it('Custom footer exists', function () {

0 commit comments

Comments
 (0)