Copy values of same named properties moving a variant into another (#6288)

*  Copy values of same named properties moving a variant into another

*  Add MR changes
This commit is contained in:
Pablo Alba 2025-04-15 12:06:58 +02:00 committed by GitHub
parent ec8c30f060
commit f4b16a255c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 163 additions and 80 deletions

View file

@ -419,7 +419,7 @@ test("User cut paste a variant into another container", async ({ page }) => {
const variant3 = await workspacePage.layers
.getByTestId("layer-row")
.filter({ has: workspacePage.page.getByText("rectangle, Value 1") })
.filter({ has: workspacePage.page.getByText("Value 1, rectangle") })
.filter({ has: workspacePage.page.locator(".icon-variant") })
.first();