mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 07:49:43 +02:00
add info in sandbox cypress test case
This commit is contained in:
@@ -8,4 +8,8 @@ describe('info diagram', () => {
|
|||||||
it('should handle an info definition with showInfo', () => {
|
it('should handle an info definition with showInfo', () => {
|
||||||
imgSnapshotTest(`info showInfo`);
|
imgSnapshotTest(`info showInfo`);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('should handle an info definition in sandbox', () => {
|
||||||
|
imgSnapshotTest(`info`, { securityLevel: 'sandbox' });
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user