💬(frontend) change app name to Regie
The app was named Equipes, it is now Régie.
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user