feat: Implement client feedback & visual verifications
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 30s
CI - Lint, Typecheck & Test / quality-assurance (pull_request) Successful in 1m41s
Build & Deploy / 🧪 QA (push) Successful in 57s
Build & Deploy / 🏗️ Build (push) Successful in 2m11s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 30s
CI - Lint, Typecheck & Test / quality-assurance (pull_request) Successful in 1m41s
Build & Deploy / 🧪 QA (push) Successful in 57s
Build & Deploy / 🏗️ Build (push) Successful in 2m11s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
- Update contact map container alignment - Remove outdated marketing copy on service pages - Update HDD specs to 400m / 600mm - Unify reference slider titles globally - Add employee breakdown stats to Über Uns page
This commit is contained in:
@@ -75,12 +75,12 @@ describe('Task 6 Content Updates', () => {
|
||||
|
||||
// DE Ueber uns
|
||||
expect(deContent).toContain('100+');
|
||||
expect(deContent).toContain('ca. 100 engagierten');
|
||||
expect(deContent).toContain('100+ engagierten');
|
||||
expect(deContent).toContain('Seit 2016 haben wir in über 200 Projekten quer');
|
||||
|
||||
// EN Ueber uns
|
||||
expect(enContent).toContain('100+');
|
||||
expect(enContent).toContain('approx. 100 dedicated');
|
||||
expect(enContent).toContain('100+ dedicated');
|
||||
expect(enContent).toContain('Since 2016, we have proven in over 200 projects across');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user