mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "selenium: Run only one test in Jenkins daily job"
This commit is contained in:
commit
24b49fbf87
|
@ -8,7 +8,7 @@
|
|||
"doc": "jsduck",
|
||||
"postdoc": "grunt copy:jsduck",
|
||||
"screenshots-all": "grunt screenshots-all",
|
||||
"selenium-daily": "npm run selenium-test",
|
||||
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
|
||||
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -8,7 +8,7 @@ describe( 'Content Editable', function () {
|
|||
|
||||
let name, content;
|
||||
|
||||
it( 'should load when an url is opened', async function () {
|
||||
it( 'should load when an url is opened @daily', async function () {
|
||||
content = Util.getTestString();
|
||||
name = Util.getTestString();
|
||||
await browser.deleteAllCookies();
|
||||
|
|
Loading…
Reference in a new issue