Big changes no2
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user