fix: add expect error message with toolHref
This commit is contained in:
		
							parent
							
								
									48df524f85
								
							
						
					
					
						commit
						720c874344
					
				| @ -34,7 +34,7 @@ test.describe('IT Tool', () => { | |||||||
| 
 | 
 | ||||||
|         await expect(page).toHaveTitle(/.+ - IT Tools/); |         await expect(page).toHaveTitle(/.+ - IT Tools/); | ||||||
| 
 | 
 | ||||||
|         expect(errors).toHaveLength(0); |         expect(errors, `${toolHref} to have no JS error`).toHaveLength(0); | ||||||
|       }); |       }); | ||||||
|     } |     } | ||||||
|   }); |   }); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user