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 8f02f98afc
commit 84728f0914
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