mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	chore: add e2e test that shows db cleanup problem
This commit is contained in:
		@@ -932,6 +932,10 @@ context('Sequence diagram', () => {
 | 
			
		||||
  });
 | 
			
		||||
  context('db clear', () => {
 | 
			
		||||
    it('should render diagram after fixing destroy participant error', () => {
 | 
			
		||||
      cy.on('uncaught:exception', (err) => {
 | 
			
		||||
        return false;
 | 
			
		||||
      });
 | 
			
		||||
 | 
			
		||||
      renderGraph([
 | 
			
		||||
        `sequenceDiagram
 | 
			
		||||
    Alice->>Bob: Hello Bob, how are you ?
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user