mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ 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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user