(frontend) add open source section homepage

We decided to add the open source section on
the homepage of Docs.
This commit is contained in:
Anthony LC
2025-02-26 14:53:07 +01:00
committed by Anthony LC
parent cd5ee3fb7c
commit 9c25b684e3
5 changed files with 159 additions and 146 deletions

View File

@@ -26,6 +26,7 @@ test.describe('Home page', () => {
// Check the titles
const h2 = page.locator('h2');
await expect(h2.getByText('Govs ❤️ Open Source.')).toBeVisible();
await expect(
h2.getByText('Collaborative writing, Simplified.'),
).toBeVisible();