Skip to content

Commit 66c997a

Browse files
committed
Skips test as there has been updates to notifications and we will need to refactor the test
1 parent fc5f207 commit 66c997a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockGrid/ComplexBlockGridTest.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ test.afterEach(async ({umbracoApi}) => {
6464
await umbracoApi.dataType.ensureNameNotExists(richTextDataTypeName);
6565
});
6666

67-
test('can update property value nested in a block grid area with an RTE with a block list editor', {tag: '@smoke'}, async ({umbracoApi, umbracoUi}) => {
67+
// Needs to be updated as we are not asserting on save or publish notifications as we did in 15
68+
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}) => {
6869
test.slow();
6970
// Arrange
7071
// ElementType with Textstring And REGEX only accept letters and numbers

0 commit comments

Comments
 (0)