We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6513def commit 888caedCopy full SHA for 888caed
test/helper/webapi.js
@@ -756,10 +756,7 @@ module.exports.tests = function () {
756
757
await I.amOnPage('/info')
758
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
- )
+ assert.equal('<a id="first-link">First</a>\n<a id="second-link">Second</a>\n<a id="third-link">Third</a>', val)
763
})
764
765
it('should grab value from field', async () => {
0 commit comments