🚧(frontend) add applications menu PoC

Based on works from @manuhabitela, introduce a PoC of the future component.
ApplicationsMenu component is still under construction.

This code was committed for the Wednesday 26th demo, to showcase our future
works. This Next.js integration could be improved, and will for sure!
Don't blame me.
This commit is contained in:
Lebaud Antoine
2024-03-26 19:16:51 +01:00
committed by aleb_the_flash
parent a1065031ee
commit cc35757c9e
3 changed files with 44 additions and 7 deletions

View File

@@ -27,7 +27,9 @@ test.describe('Header', () => {
/Marianne/i,
);
await expect(header.getByAltText('Cells icon')).toBeVisible();
await expect(
header.getByText('Les applications de La Suite numérique'),
).toBeVisible();
await expect(header.getByAltText('Language Icon')).toBeVisible();