Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/frontend-e2e/src/tests/about-me.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ <h1 class="name">Oliver Stadie</h1>
}
</div>
<p class="hero-summary">
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.
Comment thread
Waog marked this conversation as resolved.
</p>
</div>
</div>
Expand Down
Loading