mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
add info in sandbox cypress test case
This commit is contained in:
parent
daa98a2f54
commit
e5907ec5ea
@ -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' });
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user