Skip to content

Commit 987e1c4

Browse files
authored
Update db-footer.cy.js
1 parent a02068b commit 987e1c4

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 2025 DB Systel');
14+
cy.get(`${selector} > span`).contains('Copyright 2026 DB Systel');
1515
});
1616

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

0 commit comments

Comments
 (0)