Add reporting e2e helpers and detailed tests

This commit is contained in:
Gregor Vostrak
2026-02-02 01:31:35 +01:00
parent fe8c7e9a7d
commit 0d3978a55d
6 changed files with 1813 additions and 173 deletions

View File

@@ -32,8 +32,8 @@ test('test that updating project member billable rate works for existing time en
await page.getByRole('button', { name: 'Add Member' }).click();
await expect(page.getByText('Add Project Member').first()).toBeVisible();
await page.getByRole('button', { name: 'Select a member' }).click();
await page.keyboard.press('Enter');
await page.getByRole('combobox').filter({ hasText: 'Select a member' }).click();
await page.getByRole('option').first().click();
await page.getByRole('button', { name: 'Add Project Member' }).click();
await page