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' }); - }); });