From 1b2ab8d390b8523a83b8e8d0da8f727dc39fc43e Mon Sep 17 00:00:00 2001 From: Gustav Hansen Date: Thu, 5 May 2022 22:42:35 +0200 Subject: [PATCH] Update tests --- .../tests/components.test.e2e.js | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/packages/core/content-type-builder/tests/components.test.e2e.js b/packages/core/content-type-builder/tests/components.test.e2e.js index 0c4ec2af2e..cc785c0c58 100644 --- a/packages/core/content-type-builder/tests/components.test.e2e.js +++ b/packages/core/content-type-builder/tests/components.test.e2e.js @@ -47,11 +47,6 @@ describe('Content Type Builder - Components', () => { name: 'ValidationError', path: ['component', 'displayName'], }, - { - message: 'icon.required', - name: 'ValidationError', - path: ['component', 'icon'], - }, { message: 'category.required', name: 'ValidationError', @@ -59,7 +54,7 @@ describe('Content Type Builder - Components', () => { }, ], }, - message: '4 errors occurred', + message: '3 errors occurred', name: 'ValidationError', }, }); @@ -242,11 +237,6 @@ describe('Content Type Builder - Components', () => { name: 'ValidationError', path: ['component', 'displayName'], }, - { - message: 'icon.required', - name: 'ValidationError', - path: ['component', 'icon'], - }, { message: 'category.required', name: 'ValidationError', @@ -254,7 +244,7 @@ describe('Content Type Builder - Components', () => { }, ], }, - message: '3 errors occurred', + message: '2 errors occurred', name: 'ValidationError', }, });