Issue #2983382 by ApacheEx, drpal: JS codestyle: spaced-comment
parent
83c47444f4
commit
ca5abe8c6f
|
@ -13,7 +13,6 @@
|
||||||
"react/no-this-in-sfc": "off",
|
"react/no-this-in-sfc": "off",
|
||||||
"react/destructuring-assignment": "off",
|
"react/destructuring-assignment": "off",
|
||||||
"implicit-arrow-linebreak": "off",
|
"implicit-arrow-linebreak": "off",
|
||||||
"import/named": "off",
|
"import/named": "off"
|
||||||
"spaced-comment": "off"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,17 +15,4 @@ module.exports = {
|
||||||
.assert.containsText('body', 'Test page text')
|
.assert.containsText('body', 'Test page text')
|
||||||
.drupalLogAndEnd({ onlyOnError: false });
|
.drupalLogAndEnd({ onlyOnError: false });
|
||||||
},
|
},
|
||||||
/**
|
|
||||||
'Example failing test': (browser) => {
|
|
||||||
browser
|
|
||||||
// Change this to point at a site which has some console errors, as the
|
|
||||||
// test site that was just installed doesn't.
|
|
||||||
.url('https://www./')
|
|
||||||
.waitForElementVisible('h1', 1000)
|
|
||||||
// Wait for some errors to build up.
|
|
||||||
.pause(5000)
|
|
||||||
.assert.containsText('h1', 'I\'m the operator with my pocket calculator')
|
|
||||||
.drupalLogAndEnd();
|
|
||||||
},
|
|
||||||
**/
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue