♻️(app-desk) change header html structure
Change the html structure of the header component to be more aligned. Remove dummy profil picture.
This commit is contained in:
@@ -29,13 +29,6 @@ test.describe('Header', () => {
|
||||
|
||||
await expect(header.getByAltText('Language Icon')).toBeVisible();
|
||||
|
||||
await expect(header.getByText('John Doe')).toBeVisible();
|
||||
await expect(
|
||||
header.getByRole('img', {
|
||||
name: 'profile picture',
|
||||
}),
|
||||
).toBeVisible();
|
||||
|
||||
await expect(
|
||||
header.getByRole('button', {
|
||||
name: 'Les services de La Suite numérique',
|
||||
|
||||
Reference in New Issue
Block a user