🚚(app-desk) create addMembers feature

All the code related to adding members has been moved
to the addMembers feature.
This commit is contained in:
Anthony LC
2024-03-25 17:49:11 +01:00
committed by Anthony LC
parent 832dae789e
commit 25af872a2a
13 changed files with 16 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ test.describe('Members Create', () => {
await page.getByLabel('Add members to the team').click();
await expect(page.getByText('Add members to the team')).toBeVisible();
await expect(page.getByText('Add a member')).toBeVisible();
await expect(
page.getByLabel(/Find a member to add to the team/),
).toBeVisible();