mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-02 19:40:35 -05:00
chore: 7114 improve ux in team settings (#7237)
Co-authored-by: Johannes <johannes@formbricks.com>
This commit is contained in:
committed by
GitHub
parent
8ab8adc3d0
commit
fb0ef2fa82
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user