mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Log failed value
This commit is contained in:
parent
5eeaf42e4d
commit
76f3954602
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ test('Listings have valid headings', async t => {
|
|||
|
||||
const value = element.getAttribute( check )
|
||||
|
||||
t.assert( checkMethod( value ), `${ check } on ${ selector } failed` )
|
||||
t.assert( checkMethod( value ), `${ check } on ${ selector } failed. Value is '${ value }'` )
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue