Repository: couchdb-fauxton Updated Branches: refs/heads/master 9d8be3bb2 -> 7e101d889
trying to fix NW test Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/7e101d88 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/7e101d88 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/7e101d88 Branch: refs/heads/master Commit: 7e101d889fee1db5d750e3e3ec7646aaacc8b3a4 Parents: 9d8be3b Author: Ben Keen <[email protected]> Authored: Wed Apr 15 09:28:51 2015 -0700 Committer: Ben Keen <[email protected]> Committed: Wed Apr 15 09:28:51 2015 -0700 ---------------------------------------------------------------------- app/addons/documents/tests/nightwatch/viewCreate.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/7e101d88/app/addons/documents/tests/nightwatch/viewCreate.js ---------------------------------------------------------------------- diff --git a/app/addons/documents/tests/nightwatch/viewCreate.js b/app/addons/documents/tests/nightwatch/viewCreate.js index 45dd0e7..61d8dcc 100644 --- a/app/addons/documents/tests/nightwatch/viewCreate.js +++ b/app/addons/documents/tests/nightwatch/viewCreate.js @@ -44,6 +44,7 @@ var tests = { /*jshint multistr: true */ openDifferentDropdownsAndClick(client, '#header-dropdown-menu') + .waitForElementPresent('#new-ddoc', waitTime, false) .setValue('#new-ddoc', 'test_design_doc-selenium-2') .clearValue('#index-name') .setValue('#index-name', 'gaenseindex')
