mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			232 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			232 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Small test to ensure the "src-line-numbers" element is only present once on
 | |
| // the page.
 | |
| go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
 | |
| click: "a.src"
 | |
| wait-for: ".src-line-numbers"
 | |
| assert-count: (".src-line-numbers", 1)
 | 
