Skip to content

Commit a654faf

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

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
@@ -38,7 +38,7 @@ test('can read value from textstring editor using read property action', async (
3838
await umbracoUi.content.doesSuccessNotificationHaveText(readTextValue);
3939
});
4040

41-
test('can write value to Textstring editor via Write Property action', async ({umbracoApi, umbracoUi}) => {
41+
test('can write value to textstring editor using write property action', async ({umbracoApi, umbracoUi}) => {
4242
// Arrange
4343
const dataTypeData = await umbracoApi.dataType.getByName(dataTypeName);
4444
const documentTypeId = await umbracoApi.documentType.createDocumentTypeWithPropertyEditor(documentTypeName, dataTypeName, dataTypeData.id, groupName);

0 commit comments

Comments
 (0)