fix e2e project filtering in reporting e2e test

This commit is contained in:
Gregor Vostrak
2026-01-14 18:58:28 +01:00
parent ebbc4e6837
commit 900ee29a6f

View File

@@ -125,7 +125,7 @@ test('test that project filtering works in reporting', async ({ page }) => {
// Go to reporting and filter by project1
await goToReporting(page);
await page.getByRole('button', { name: 'Projects' }).click();
await page.getByRole('button', { name: 'Projects' }).first().click();
await page.getByRole('option').filter({ hasText: project1 }).click();
await Promise.all([