You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2014/12/15 12:35:47 UTC

fauxton commit: updated refs/heads/master to b30a6c4

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 47b2fec71 -> b30a6c417


harden bulkDelete test

sometimes it has false positives


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/b30a6c41
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/b30a6c41
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/b30a6c41

Branch: refs/heads/master
Commit: b30a6c41773bda030692a36ae8f86e89f1958b81
Parents: 47b2fec
Author: Robert Kowalski <ro...@apache.org>
Authored: Wed Dec 10 14:54:43 2014 +0100
Committer: Robert Kowalski <ro...@apache.org>
Committed: Mon Dec 15 12:35:40 2014 +0100

----------------------------------------------------------------------
 app/addons/documents/tests/nightwatch/bulkDelete.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/b30a6c41/app/addons/documents/tests/nightwatch/bulkDelete.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/tests/nightwatch/bulkDelete.js b/app/addons/documents/tests/nightwatch/bulkDelete.js
index e5c0bf0..6cb3894 100644
--- a/app/addons/documents/tests/nightwatch/bulkDelete.js
+++ b/app/addons/documents/tests/nightwatch/bulkDelete.js
@@ -53,7 +53,7 @@ module.exports = {
       .waitForElementVisible('.js-all', waitTime, false)
       .click('.js-all')
       .click('#next')
-      .waitForElementPresent('#previous', waitTime, false)
+      .waitForElementVisible('[data-id="27"]', waitTime, false)
       .click('#previous')
       .waitForElementPresent('.js-all.active', waitTime, false)
       .end();