diff --git a/test/helper/webapi.js b/test/helper/webapi.js
index 67f666f27..010234f64 100644
--- a/test/helper/webapi.js
+++ b/test/helper/webapi.js
@@ -756,10 +756,7 @@ module.exports.tests = function () {
await I.amOnPage('/info')
const val = await I.grabHTMLFrom('#grab-multiple')
- assert.equal(
- 'First\nSecond\nThird',
- val,
- )
+ assert.equal('First\nSecond\nThird', val)
})
it('should grab value from field', async () => {