k
Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/5ce467b2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/5ce467b2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/5ce467b2 Branch: refs/heads/new-replication Commit: 5ce467b25c23dc67d195fdfb1219d0e35793874b Parents: 898fec8 Author: Ben Keen <ben.k...@gmail.com> Authored: Sun Aug 14 14:46:57 2016 -0700 Committer: Garren Smith <garren.sm...@gmail.com> Committed: Wed Sep 14 17:22:30 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- test/nightwatch_tests/custom-commands/checkForDocumentCreated.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/5ce467b2/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 3b98a45..e9677d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_script: - DIST=./dist/debug ./bin/fauxton & - sleep 30 script: - - ./node_modules/grunt-cli/bin/grunt nightwatch --file=replication + - ./node_modules/grunt-cli/bin/grunt nightwatch after_script: - npm run docker:down http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/5ce467b2/test/nightwatch_tests/custom-commands/checkForDocumentCreated.js ---------------------------------------------------------------------- diff --git a/test/nightwatch_tests/custom-commands/checkForDocumentCreated.js b/test/nightwatch_tests/custom-commands/checkForDocumentCreated.js index 2fbc495..87d6b4e 100644 --- a/test/nightwatch_tests/custom-commands/checkForDocumentCreated.js +++ b/test/nightwatch_tests/custom-commands/checkForDocumentCreated.js @@ -39,7 +39,6 @@ CheckForDocumentCreated.prototype.command = function (doc, timeout, db) { const url = [couchUrl, db, doc].join('/'); console.log('checking this doc exists: ', url); - checkForDocumentCreated(url, timeout, () => { this.emit('complete'); });