mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	#1955 Fix for tests
This commit is contained in:
		@@ -450,6 +450,7 @@ flowchart TD
 | 
			
		||||
      `,
 | 
			
		||||
      {htmlLabels: true, flowchart: {htmlLabels: true}, securityLevel: 'loose'}
 | 
			
		||||
    );
 | 
			
		||||
  });
 | 
			
		||||
  it('65: text-color from classes', () => {
 | 
			
		||||
    imgSnapshotTest(
 | 
			
		||||
      `
 | 
			
		||||
 
 | 
			
		||||
@@ -881,7 +881,8 @@ graph TD
 | 
			
		||||
      `,
 | 
			
		||||
      {htmlLabels: true, flowchart: {htmlLabels: true}, securityLevel: 'loose'}
 | 
			
		||||
    );
 | 
			
		||||
      it('65: text-color from classes', () => {
 | 
			
		||||
  });
 | 
			
		||||
  it('65: text-color from classes', () => {
 | 
			
		||||
    imgSnapshotTest(
 | 
			
		||||
      `
 | 
			
		||||
      flowchart LR
 | 
			
		||||
@@ -891,7 +892,5 @@ graph TD
 | 
			
		||||
      `,
 | 
			
		||||
      {htmlLabels: true, flowchart: {htmlLabels: true}, securityLevel: 'loose'}
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user