Log failed value

This commit is contained in:
Sam Carlton 2022-04-30 15:19:43 -05:00
parent 5eeaf42e4d
commit 76f3954602

View file

@ -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 }'` )
}
}