mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			290 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			290 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // This test checks that the source code pages sidebar toggle is working as expected.
 | |
| go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
 | |
| click: "a.src"
 | |
| wait-for: "#src-sidebar-toggle"
 | |
| click: "#src-sidebar-toggle"
 | |
| expect-failure: true
 | |
| assert-css: ("#src-sidebar", { "left": "-300px" })
 | 
