diff --git a/cypress/integration/rendering/info.spec.ts b/cypress/integration/rendering/info.spec.ts index 3db74c980..03661f941 100644 --- a/cypress/integration/rendering/info.spec.ts +++ b/cypress/integration/rendering/info.spec.ts @@ -8,4 +8,8 @@ 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' }); + }); });