test: update homepage test to match new copy (Mitarbeitende)
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 23s
Build & Deploy / 🧪 QA (push) Successful in 1m2s
Build & Deploy / 🏗️ Build (push) Successful in 1m51s
Build & Deploy / 🚀 Deploy (push) Successful in 27s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-06-16 12:20:50 +02:00
parent 3a6189e0d8
commit 62727a7231

View File

@@ -75,12 +75,12 @@ describe('Task 6 Content Updates', () => {
// DE Ueber uns
expect(deContent).toContain('100+');
expect(deContent).toContain('100+ engagierten');
expect(deContent).toContain('Mitarbeitende');
expect(deContent).toContain('Seit 2016 haben wir in über 200 Projekten quer');
// EN Ueber uns
expect(enContent).toContain('100+');
expect(enContent).toContain('100+ dedicated');
expect(enContent).toContain('Employees');
expect(enContent).toContain('Since 2016, we have proven in over 200 projects across');
});
});