We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8390d commit 6da828cCopy full SHA for 6da828c
cypress/e2e/footer.cy.js
@@ -17,7 +17,7 @@ describe('twitch-app contains footer', () => {
17
cy.get('[data-testid="footer-content"]').should('have.length', 1)
18
19
cy.get('[data-testid="footer-content"]').contains(
20
- 'Copyright © 2024 Michael Münzenhofer. All Rights Reserved.GitHub Repository.'
+ 'Copyright © 2025 Michael Münzenhofer. All Rights Reserved.GitHub Repository.'
21
)
22
23
cy.get('[data-testid="footer-content"]')
0 commit comments