diff --git a/test/listings/index.js b/test/listings/index.js index ed97c5a..9d94975 100644 --- a/test/listings/index.js +++ b/test/listings/index.js @@ -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 }'` ) } }