mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
fix e2e project filtering in reporting e2e test
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user