Skip to content
Snippets Groups Projects
Unverified Commit ca5abe8c authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2983382 by ApacheEx, drpal: JS codestyle: spaced-comment

parent 83c47444
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ ...@@ -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 = { ...@@ -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();
},
**/
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment