🍱(frontend) rename Desk to Equipes
Update all assets related to the previous naming. I gave some asset a more generic name, so if the app's name chang again we won't have to rename the logo. Linked but not assets, meta title and description were updated. Next.js favicon was replaced by the Equipes' one.
This commit is contained in:
committed by
aleb_the_flash
parent
6e0b329b09
commit
7db2faa072
@@ -17,12 +17,12 @@ test.describe('Header', () => {
|
||||
header.getByAltText('Freedom Equality Fraternity Logo'),
|
||||
).toBeVisible();
|
||||
|
||||
await expect(header.getByAltText('Desk Logo')).toBeVisible();
|
||||
await expect(header.locator('h2').getByText('Desk')).toHaveCSS(
|
||||
await expect(header.getByAltText('Equipes Logo')).toBeVisible();
|
||||
await expect(header.locator('h2').getByText('Equipes')).toHaveCSS(
|
||||
'color',
|
||||
'rgb(0, 0, 145)',
|
||||
);
|
||||
await expect(header.locator('h2').getByText('Desk')).toHaveCSS(
|
||||
await expect(header.locator('h2').getByText('Equipes')).toHaveCSS(
|
||||
'font-family',
|
||||
/Marianne/i,
|
||||
);
|
||||
@@ -32,12 +32,6 @@ test.describe('Header', () => {
|
||||
).toBeVisible();
|
||||
|
||||
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.getByText('My account')).toBeVisible();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user