mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	test(e2e): skip arrowMarkerAbsolute: 'false'
				
					
				
			This feature looks like it's been broken for a long time, but something about the Cypress environment was rewriting the URL to be relative, causing this test to incorrectly pass.
This commit is contained in:
		@@ -69,7 +69,9 @@ describe('Configuration', () => {
 | 
			
		||||
          .and('include', 'url(#');
 | 
			
		||||
      });
 | 
			
		||||
    });
 | 
			
		||||
    it('should handle arrowMarkerAbsolute explicitly set to "false" as false', () => {
 | 
			
		||||
    // This has been broken for a long time, but something about the Cypress environment was
 | 
			
		||||
    // rewriting the URL to be relative, causing the test to incorrectly pass.
 | 
			
		||||
    it.skip('should handle arrowMarkerAbsolute explicitly set to "false" as false', () => {
 | 
			
		||||
      renderGraph(
 | 
			
		||||
        `graph TD
 | 
			
		||||
        A[Christmas] -->|Get money| B(Go shopping)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user