Skip to content

Commit 4a2f1e5

Browse files
Update tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/PropertyAction.spec.ts
Co-authored-by: Nhu Dinh <[email protected]>
1 parent c2d6926 commit 4a2f1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/PropertyAction.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test.afterEach(async ({umbracoApi}) => {
2121
await umbracoApi.documentType.ensureNameNotExists(documentTypeName);
2222
});
2323

24-
test('can read value of Textstring editor via Read Property action', async ({umbracoApi, umbracoUi}) => {
24+
test('can read value from textstring editor using read property action', async ({umbracoApi, umbracoUi}) => {
2525
// Arrange
2626
const dataTypeData = await umbracoApi.dataType.getByName(dataTypeName);
2727
const documentTypeId = await umbracoApi.documentType.createDocumentTypeWithPropertyEditor(documentTypeName, dataTypeName, dataTypeData.id, groupName);

0 commit comments

Comments
 (0)