diff --git a/e2e/donate-page-donor.spec.ts b/e2e/donate-page-donor.spec.ts index 32d3f8cc5e5..eb5a0ae58d9 100644 --- a/e2e/donate-page-donor.spec.ts +++ b/e2e/donate-page-donor.spec.ts @@ -15,12 +15,12 @@ test.describe('Donate page', () => { test('should render the donate page correctly', async ({ page }) => { await expect( - page.getByText('Thank You for Being a Supporter') + page.getByText('Thank you for your continued support') ).toBeVisible(); await expect( page.getByText( - 'Your contribution will be crucial in creating resources that empower millions of people to learn new skills and support their families.' + 'Your contributions are crucial in creating resources that empower millions of people to learn new skills and support their families.' ) ).toBeVisible();