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
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -13,7 +13,6 @@
"react/no-this-in-sfc": "off",
"react/destructuring-assignment": "off",
"implicit-arrow-linebreak": "off",
"import/named": "off",
"spaced-comment": "off"
"import/named": "off"
}
}
......@@ -15,17 +15,4 @@ module.exports = {
.assert.containsText('body', 'Test page text')
.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