💬(frontend) change text logo Marianne

Change the text of the logo Marianne.
It was "Devise" and now it's "République Francaise".
This commit is contained in:
Anthony LC
2024-06-28 14:14:06 +02:00
committed by Anthony LC
parent 8dcd6d5bb8
commit 7c36f1e775
8 changed files with 98 additions and 61 deletions

View File

@@ -13,6 +13,8 @@ test.describe('Footer', () => {
await expect(footer.getByAltText('Marianne Logo')).toBeVisible();
await expect(footer.getByText(/République Française/i)).toBeVisible();
await expect(
footer.getByAltText('Freedom Equality Fraternity Logo'),
).toBeVisible();

View File

@@ -13,6 +13,8 @@ test.describe('Header', () => {
await expect(header.getByAltText('Marianne Logo')).toBeVisible();
await expect(header.getByText(/République Française/i)).toBeVisible();
await expect(
header.getByAltText('Freedom Equality Fraternity Logo'),
).toBeVisible();