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 <[email protected]> Authored: Fri Feb 20 13:01:17 2015 +0100 Committer: Robert Kowalski <[email protected]> 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')
