🔥(frontend) remove Beta from logo

Docs got homologated, so we can remove the beta
logo from the DSFR theme.
This commit is contained in:
Anthony LC
2025-06-26 11:31:10 +02:00
parent 6964686f7c
commit 4ae757ce93
7 changed files with 11 additions and 39 deletions

View File

@@ -108,7 +108,6 @@ test.describe('Footer', () => {
await expect(footer.getByAltText('Gouvernement Logo')).toBeVisible();
await expect(footer.getByRole('heading', { name: 'Docs' })).toBeHidden();
await expect(footer.getByText('BETA')).toBeHidden();
await expect(
footer.getByRole('link', { name: 'legifrance.gouv.fr' }),

View File

@@ -80,7 +80,6 @@ test.describe('Home page', () => {
).toBeVisible();
await expect(header.getByRole('img', { name: 'Docs logo' })).toBeVisible();
await expect(header.getByRole('heading', { name: 'Docs' })).toBeVisible();
await expect(header.getByText('BETA')).toBeVisible();
// Check the titles
const h2 = page.locator('h2');