🐛 Fix add space between the name and the index of new properties (#7068)

This commit is contained in:
Luis de Dios
2025-08-07 07:41:33 +02:00
committed by GitHub
parent 0a02e526ee
commit a3557a81e4
4 changed files with 11 additions and 11 deletions

View File

@@ -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();
});