diff --git a/cypress/e2e/Home.cy.ts b/cypress/e2e/Home.cy.ts index 8381bdf..7eb25e9 100644 --- a/cypress/e2e/Home.cy.ts +++ b/cypress/e2e/Home.cy.ts @@ -2,7 +2,7 @@ describe('HomePage', () => { beforeEach(() => { cy.visit('/'); }); - it('Successfully renders "Ethereum Boilerplate" header', () => { - cy.get('h2:contains("Ethereum Boilerplate")'); + it('Successfully renders "WaveWallet" header', () => { + cy.get('h2:contains("WaveWallet")'); }); }); diff --git a/src/components/templates/home/Home.tsx b/src/components/templates/home/Home.tsx index 1a55706..fb8580e 100644 --- a/src/components/templates/home/Home.tsx +++ b/src/components/templates/home/Home.tsx @@ -5,7 +5,7 @@ const Home = () => { return ( - Ethereum Boilerplate + WaveWallet