Skip to content

Commit 6da828c

Browse files
fix pipeline by updating test to current year
1 parent 7f8390d commit 6da828c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/footer.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('twitch-app contains footer', () => {
1717
cy.get('[data-testid="footer-content"]').should('have.length', 1)
1818

1919
cy.get('[data-testid="footer-content"]').contains(
20-
'Copyright © 2024 Michael Münzenhofer. All Rights Reserved.GitHub Repository.'
20+
'Copyright © 2025 Michael Münzenhofer. All Rights Reserved.GitHub Repository.'
2121
)
2222

2323
cy.get('[data-testid="footer-content"]')

0 commit comments

Comments
 (0)