Add Mailpit SMTP and refine Playwright tests

This commit is contained in:
Gregor Vostrak
2026-02-02 16:06:33 +01:00
parent 98634f4a19
commit 18989a9a8e
10 changed files with 226 additions and 40 deletions

View File

@@ -32,7 +32,7 @@ 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('combobox').filter({ hasText: 'Select a member' }).click();
await page.getByRole('button', { name: 'Select a member...' }).click();
await page.getByRole('option').first().click();
await page.getByRole('button', { name: 'Add Project Member' }).click();