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 2015/02/27 11:09:16 UTC

fauxton commit: updated refs/heads/master to 3c4fa95

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 47c3d9388 -> 3c4fa9568


try to fix flaky test

it sometimes fails on the ci


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

Branch: refs/heads/master
Commit: 3c4fa95685eb0cf8559a4ac2227e11f85df8cf3c
Parents: 47c3d93
Author: Robert Kowalski <ro...@apache.org>
Authored: Fri Feb 20 13:01:17 2015 +0100
Committer: Robert Kowalski <ro...@apache.org>
Committed: Fri Feb 27 11:09:03 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/3c4fa956/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 aeb1651..d6a2f78 100644
--- a/app/addons/documents/tests/nightwatch/bulkDelete.js
+++ b/app/addons/documents/tests/nightwatch/bulkDelete.js
@@ -56,6 +56,7 @@ module.exports = {
       .click('.control-toggle-alternative-header')
       .waitForElementPresent('.control-select-all', waitTime, false)
       .click('.control-select-all')
+      .waitForElementVisible('#next', waitTime, false)
       .click('#next')
       .waitForElementVisible('[data-id="27"]', waitTime, false)
       .click('#previous')