💬(frontend) change app name to Regie

The app was named Equipes, it is now Régie.
This commit is contained in:
Anthony LC
2024-06-28 16:21:46 +02:00
committed by Anthony LC
parent 7c36f1e775
commit bea23cc6e9
5 changed files with 20 additions and 16 deletions

View File

@@ -19,12 +19,12 @@ test.describe('Header', () => {
header.getByAltText('Freedom Equality Fraternity Logo'),
).toBeVisible();
await expect(header.getByAltText('Equipes Logo')).toBeVisible();
await expect(header.locator('h2').getByText('Equipes')).toHaveCSS(
await expect(header.getByAltText('Régie Logo')).toBeVisible();
await expect(header.locator('h2').getByText('Régie')).toHaveCSS(
'color',
'rgb(0, 0, 145)',
);
await expect(header.locator('h2').getByText('Equipes')).toHaveCSS(
await expect(header.locator('h2').getByText('Régie')).toHaveCSS(
'font-family',
/Marianne/i,
);