💬(frontend) change site name to Docs

The site name was Impress, we change it to Docs.
This commit is contained in:
Anthony LC
2024-05-27 12:02:42 +02:00
committed by Anthony LC
parent 6e46b686ab
commit d0d0b44f57
4 changed files with 8 additions and 8 deletions

View File

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