✨(frontend) add Quick Search component suite
- Introduced a new Quick Search feature with multiple components - Implemented styling for the Quick Search components to ensure a cohesive look and feel across the application.
This commit is contained in:
committed by
Anthony LC
parent
2882348547
commit
157f6200f2
@@ -76,9 +76,7 @@ test.describe('Header mobile', () => {
|
||||
const header = page.locator('header').first();
|
||||
|
||||
await expect(header.getByLabel('Open the header menu')).toBeVisible();
|
||||
await expect(
|
||||
header.getByRole('link', { name: 'Docs Logo Docs' }),
|
||||
).toBeVisible();
|
||||
await expect(header.getByRole('link', { name: 'Docs Logo' })).toBeVisible();
|
||||
await expect(
|
||||
header.getByRole('button', {
|
||||
name: 'Les services de La Suite numérique',
|
||||
|
||||
Reference in New Issue
Block a user