Skips test as there has been updates to notifications and we will need to refactor the test

This commit is contained in:
Andreas Zerbst
2025-05-20 10:42:40 +02:00
parent fc5f20745b
commit 66c997a843

View File

@@ -64,7 +64,8 @@ test.afterEach(async ({umbracoApi}) => {
await umbracoApi.dataType.ensureNameNotExists(richTextDataTypeName);
});
test('can update property value nested in a block grid area with an RTE with a block list editor', {tag: '@smoke'}, async ({umbracoApi, umbracoUi}) => {
// Needs to be updated as we are not asserting on save or publish notifications as we did in 15
test.fixme('can update property value nested in a block grid area with an RTE with a block list editor', {tag: '@smoke'}, async ({umbracoApi, umbracoUi}) => {
test.slow();
// Arrange
// ElementType with Textstring And REGEX only accept letters and numbers