🔥(app-desk) remove FAQ part in header

The FAQ part in the header is not displayed in
the mockup anymore, we remove it.
This commit is contained in:
Anthony LC
2024-02-13 12:33:58 +01:00
committed by Anthony LC
parent 1f3ab759d7
commit 45d05873e2
4 changed files with 0 additions and 32 deletions

View File

@@ -27,12 +27,6 @@ test.describe('Header', () => {
/Marianne/i,
);
await expect(
header.getByRole('button', { name: 'Access to FAQ' }),
).toBeVisible();
await expect(header.getByAltText('FAQ Icon')).toBeVisible();
await expect(header.getByText('FAQ')).toBeVisible();
await expect(header.getByAltText('Cells icon')).toBeVisible();
await expect(header.getByAltText('Language Icon')).toBeVisible();