add info in sandbox cypress test case

This commit is contained in:
Yokozuna59 2023-06-20 17:53:33 +03:00
parent daa98a2f54
commit e5907ec5ea

View File

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