1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

feat: migrate progressively to full name instead of nickname

This commit is contained in:
2023-05-30 21:51:27 +02:00
parent 7c0f11ab7d
commit 61172d59e3
29 changed files with 61 additions and 68 deletions

View File

@ -4,7 +4,7 @@ describe('<Footer />', () => {
it('should render with appropriate link tag version', () => {
const version = '1.0.0'
cy.mount(<Footer version={version} />)
cy.contains('Divlo')
cy.contains('Théo LUDWIG')
.get('[data-cy=version-link]')
.should('have.text', version)
.should(