Big changes no2

This commit is contained in:
AlacrisDevs
2026-03-05 13:55:11 +02:00
parent 2a28d88849
commit c3a25f56a7
47 changed files with 1201 additions and 1372 deletions

View File

@@ -833,7 +833,7 @@ test.describe('Calendar - View Switching', () => {
test('should show view mode buttons (Month, Week, Day)', async ({ page }) => {
await expect(page.locator('button', { hasText: 'Month' })).toBeVisible({ timeout: 5000 });
await expect(page.locator('button', { hasText: 'Week' })).toBeVisible({ timeout: 5000 });
await expect(page.locator('button', { hasText: 'Day' })).toBeVisible({ timeout: 5000 });
await expect(page.getByRole('button', { name: 'Day', exact: true })).toBeVisible({ timeout: 5000 });
});
test('should switch to Week view', async ({ page }) => {