diff --git a/apps/frontend-e2e/src/tests/about-me.spec.ts b/apps/frontend-e2e/src/tests/about-me.spec.ts index 2958860b..afc1d075 100644 --- a/apps/frontend-e2e/src/tests/about-me.spec.ts +++ b/apps/frontend-e2e/src/tests/about-me.spec.ts @@ -21,7 +21,7 @@ test.describe('About Me Section', () => { ); await expect(aboutMe.heroLocation).toHaveText('Berlin (Germany)'); await expect(aboutMe.heroSummary).toHaveText( - /Well-organized.*professional.*business/s + /\d\d years.*ownership.*solutions/s ); }); diff --git a/libs/feature/about-me/src/lib/hero-content/hero-content.component.html b/libs/feature/about-me/src/lib/hero-content/hero-content.component.html index ed1f809c..3d17121c 100644 --- a/libs/feature/about-me/src/lib/hero-content/hero-content.component.html +++ b/libs/feature/about-me/src/lib/hero-content/hero-content.component.html @@ -28,9 +28,9 @@

Oliver Stadie

}

- Well-organized, broad-minded, passionate and responsible IT - professional. Focus on aligning technical solutions with business - objectives. + 25 years of experience in software development, well-organized, with a + broad technical perspective and a strong sense of ownership. Focused on + aligning technical solutions with business objectives.