We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6cacb commit e7228c9Copy full SHA for e7228c9
e2e/cypress/e2e/02-0-navigation/db-footer.cy.js
@@ -11,7 +11,7 @@ context('db-footer', () => {
11
it('Standard footer exists', function () {
12
cy.get(selector).eq(0).should('have.class', 'has-border');
13
cy.get(selector).eq(0);
14
- cy.get(`${selector} > span`).contains('Copyright 2024 DB Systel');
+ cy.get(`${selector} > span`).contains('Copyright 2025 DB Systel');
15
});
16
17
it('Custom footer exists', function () {
0 commit comments