Skip to content

Commit 11bc953

Browse files
authored
refactor: correct copyright test in db-footer component (#3185)
* refactor: Simplify copyright display in db-footer component Removed getCopyRight method and updated copyright display. * Update db-footer.tsx * Update db-footer.tsx * Update db-footer.cy.js
1 parent 0372ef8 commit 11bc953

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)