chore: 7114 improve ux in team settings (#7237)

Co-authored-by: Johannes <johannes@formbricks.com>
This commit is contained in:
Dhruwang Jariwala
2026-02-12 11:48:05 +05:30
committed by GitHub
parent 8ab8adc3d0
commit fb0ef2fa82
24 changed files with 395 additions and 275 deletions
+4 -4
View File
@@ -146,11 +146,11 @@ test.describe("Create, update and delete team", async () => {
await page.getByPlaceholder("Team name").fill("E2E Updated");
await page.locator("button").filter({ hasText: "Select member" }).first().click();
await page.locator("#member-0-option").click();
await page.locator("#member-select-0").click();
await page.locator('[data-slot="command-item"]').first().click();
await page.locator("button").filter({ hasText: "Select workspace" }).first().click();
await page.locator("#project-0-option").click();
await page.locator("#project-select-0").click();
await page.locator('[data-slot="command-item"]').first().click();
await page.getByRole("button", { name: "Save" }).click();