Fix failing tests because of missing property group alias
This commit is contained in:
@@ -269,7 +269,7 @@ namespace Umbraco.TestData
|
||||
Name = "Umbraco Test Data Content",
|
||||
Icon = "icon-science color-green"
|
||||
};
|
||||
docType.AddPropertyGroup("Content");
|
||||
docType.AddPropertyGroup("Content", "content");
|
||||
docType.AddPropertyType(new PropertyType(_shortStringHelper, GetOrCreateRichText(), "review")
|
||||
{
|
||||
Name = "Review"
|
||||
|
||||
Reference in New Issue
Block a user