Skip to content

Commit

Permalink
test: fix by adapting the year (#2924)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
mfranzke authored Jan 5, 2025
1 parent 972711a commit 6386eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/e2e/02-0-navigation/db-footer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 6386eb9

Please sign in to comment.