From 888caedaf14e88470320f8a8bf805d45b7c2ce40 Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Sun, 17 Nov 2024 08:48:41 +0100 Subject: [PATCH] Fix markup --- test/helper/webapi.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 () => {