From e5907ec5eae79a8f096c28cfc7f5ae46adf87dca Mon Sep 17 00:00:00 2001 From: Yokozuna59 Date: Tue, 20 Jun 2023 17:53:33 +0300 Subject: [PATCH] add info in sandbox cypress test case --- cypress/integration/rendering/info.spec.ts | 4 ++++ 1 file changed, 4 insertions(+) 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' }); + }); });