mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-21 01:06:43 +02:00
chore: Remove cy.viewport
This commit is contained in:
@@ -131,7 +131,6 @@ describe('Configuration', () => {
|
|||||||
cy.on('uncaught:exception', (err, runnable) => {
|
cy.on('uncaught:exception', (err, runnable) => {
|
||||||
return !err.message.includes('Parse error on line');
|
return !err.message.includes('Parse error on line');
|
||||||
});
|
});
|
||||||
cy.viewport(1440, 1024);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should not render error diagram if suppressErrorRendering is set', () => {
|
it('should not render error diagram if suppressErrorRendering is set', () => {
|
||||||
|
Reference in New Issue
Block a user