diff --git a/frontend/rabbi_gerzi/cypress/e2e/home.cy.ts b/frontend/rabbi_gerzi/cypress/e2e/home.cy.ts index 5cd32ab..59d4ea3 100644 --- a/frontend/rabbi_gerzi/cypress/e2e/home.cy.ts +++ b/frontend/rabbi_gerzi/cypress/e2e/home.cy.ts @@ -81,7 +81,7 @@ describe('homepage unique voice section', () => { cy.contains('wholly unique and much needed perspective') .should('be.visible') cy.contains('practically engaged positivity').should('be.visible') - cy.contains('button', "Learn about Rabbi Gerzi's Approach") + cy.contains('button', /Learn about Rabbi Gerzi.s Approach/) .should('be.visible') }) }) diff --git a/frontend/rabbi_gerzi/src/views/HomePage.vue b/frontend/rabbi_gerzi/src/views/HomePage.vue index cc83690..7e0848d 100644 --- a/frontend/rabbi_gerzi/src/views/HomePage.vue +++ b/frontend/rabbi_gerzi/src/views/HomePage.vue @@ -1,4 +1,12 @@