Skip to content

Commit 888caed

Browse files
committed
Fix markup
1 parent 6513def commit 888caed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/helper/webapi.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -756,10 +756,7 @@ module.exports.tests = function () {
756756

757757
await I.amOnPage('/info')
758758
const val = await I.grabHTMLFrom('#grab-multiple')
759-
assert.equal(
760-
'<a id="first-link">First</a>\n<a id="second-link">Second</a>\n<a id="third-link">Third</a>',
761-
val,
762-
)
759+
assert.equal('<a id="first-link">First</a>\n<a id="second-link">Second</a>\n<a id="third-link">Third</a>', val)
763760
})
764761

765762
it('should grab value from field', async () => {

0 commit comments

Comments
 (0)