🛂(frontend) access public docs without being logged

We can now access public docs without being logged.
This commit is contained in:
Anthony LC
2024-09-06 14:23:22 +02:00
committed by Anthony LC
parent 2a7e3116bd
commit 459cb5e2e2
13 changed files with 140 additions and 82 deletions

View File

@@ -22,6 +22,12 @@ test.describe('Header', () => {
/Marianne/i,
);
await expect(
header.getByRole('button', {
name: 'Logout',
}),
).toBeVisible();
await expect(header.getByAltText('Language Icon')).toBeVisible();
await expect(
@@ -68,12 +74,6 @@ test.describe('Header: Log out', () => {
await page.goto('/');
await keyCloakSignIn(page, browserName);
await page
.getByRole('button', {
name: 'My account',
})
.click();
await page
.getByRole('button', {
name: 'Logout',