Skip to content

Commit

Permalink
Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashohn committed Nov 17, 2024
1 parent 6513def commit 888caed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/helper/webapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -756,10 +756,7 @@ module.exports.tests = function () {

await I.amOnPage('/info')
const val = await I.grabHTMLFrom('#grab-multiple')
assert.equal(
'<a id="first-link">First</a>\n<a id="second-link">Second</a>\n<a id="third-link">Third</a>',
val,
)
assert.equal('<a id="first-link">First</a>\n<a id="second-link">Second</a>\n<a id="third-link">Third</a>', val)
})

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

0 comments on commit 888caed

Please sign in to comment.