mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-10-31 02:44:17 +01:00 
			
		
		
		
	feat: add hideUnusedParticipants and some cleanup
This commit is contained in:
		| @@ -110,10 +110,11 @@ describe('Configuration', () => { | ||||
|       cy.viewport(1440, 1024); | ||||
|       cy.visit(url); | ||||
|  | ||||
|       cy.get('svg'); | ||||
|       cy.matchImageSnapshot( | ||||
|         'configuration.spec-should-not-taint-initial-configuration-when-using-multiple-directives' | ||||
|       ); | ||||
|       cy.get('svg').then((svgs) => { | ||||
|         svgs[0].matchImageSnapshot( | ||||
|           'configuration.spec-should-not-taint-initial-configuration-when-using-multiple-directives' | ||||
|         ); | ||||
|       }); | ||||
|     }); | ||||
|   }); | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yash-Singh1
					Yash-Singh1