fix e2e selectors to adapt to reka-ui change;

This commit is contained in:
Gregor Vostrak
2026-05-27 13:12:10 +02:00
committed by Constantin Graf
parent 7b6cdf1d45
commit d6ed3fb3fc
3 changed files with 7 additions and 7 deletions

View File

@@ -293,7 +293,7 @@ test('test that setting an end time with a different date via the timetracker ra
await endDatePicker.click();
// Calendar should appear
const calendarGrid = page.getByRole('grid');
const calendarGrid = page.getByRole('gridcell').first();
await expect(calendarGrid).toBeVisible({ timeout: 5000 });
// Navigate to the next month and select a day to ensure end > start