From 7465384e1d1133582f5caeea790e4cb5a0562248 Mon Sep 17 00:00:00 2001 From: Reda Al Sulais Date: Wed, 2 Aug 2023 16:18:21 +0300 Subject: [PATCH] remove info sandbox test case --- cypress/integration/rendering/info.spec.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cypress/integration/rendering/info.spec.ts b/cypress/integration/rendering/info.spec.ts index 03661f941..3db74c980 100644 --- a/cypress/integration/rendering/info.spec.ts +++ b/cypress/integration/rendering/info.spec.ts @@ -8,8 +8,4 @@ describe('info diagram', () => { it('should handle an info definition with showInfo', () => { imgSnapshotTest(`info showInfo`); }); - - it('should handle an info definition in sandbox', () => { - imgSnapshotTest(`info`, { securityLevel: 'sandbox' }); - }); });