mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix add space between the name and the index of new properties (#7068)
This commit is contained in:
@@ -107,7 +107,7 @@ test("User creates a variant", async ({ page }) => {
|
||||
|
||||
// The design tab shows the variant properties
|
||||
await expect(
|
||||
workspacePage.page.getByTitle("Property1: Value 1, Value 2"),
|
||||
workspacePage.page.getByTitle("Property 1: Value 1, Value 2"),
|
||||
).toBeVisible();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user