Skip to content

Commit 6386eb9

Browse files
authored
test: fix by adapting the year (#2924)
* refactor: use a stable and simple format * test: fix by adapting the year * Revert "refactor: use a stable and simple format" This reverts commit db6cacb.
1 parent 972711a commit 6386eb9

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

Lines changed: 1 addition & 1 deletion
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)