diff --git a/e2e-tests/specs/admin/tpc-notice-install.spec.ts b/e2e-tests/specs/admin/tpc-notice-install.spec.ts index d99b6684e9..99d7e36751 100644 --- a/e2e-tests/specs/admin/tpc-notice-install.spec.ts +++ b/e2e-tests/specs/admin/tpc-notice-install.spec.ts @@ -10,7 +10,7 @@ test.describe('Dashboard Notice', () => { await expect(page).toHaveURL(/wp-admin\/index.php/); await expect(page.locator('button.install-now')).toContainText( - 'Try one of our ready to use Starter Sites' + 'Explore Templates and Start Building Now!' ); await expect(page.locator('button.install-now')).toBeVisible();