You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2015/10/21 20:09:55 UTC

[3/5] fauxton commit: updated refs/heads/master to b7dd66c

fix paginateAll 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/cdd984d1
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/cdd984d1
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/cdd984d1

Branch: refs/heads/master
Commit: cdd984d1aac8030260f6f0d7a5c08e9aa98fc661
Parents: 05495ff
Author: Robert Kowalski <ro...@apache.org>
Authored: Wed Oct 21 18:59:30 2015 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Wed Oct 21 18:59:30 2015 +0200

----------------------------------------------------------------------
 app/addons/documents/tests/nightwatch/paginateAllDocs.js | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/cdd984d1/app/addons/documents/tests/nightwatch/paginateAllDocs.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/tests/nightwatch/paginateAllDocs.js b/app/addons/documents/tests/nightwatch/paginateAllDocs.js
index d23ab30..44bf229 100644
--- a/app/addons/documents/tests/nightwatch/paginateAllDocs.js
+++ b/app/addons/documents/tests/nightwatch/paginateAllDocs.js
@@ -23,9 +23,6 @@ module.exports = {
       .loginToGUI()
       .url(baseUrl + '/#/database/' + newDatabaseName + '/_all_docs')
 
-      // ensures the header has been rendered
-      .waitForElementPresent('.control-toggle-alternative-header', waitTime, false)
-
       // ensures the main body (results list) has been rendered
       .waitForElementPresent('.prettyprint', waitTime, false)
 
@@ -57,9 +54,6 @@ module.exports = {
       .loginToGUI()
       .url(baseUrl + '/#/database/' + newDatabaseName + '/_all_docs')
 
-      // ensures the header is rendered
-      .waitForElementPresent('.control-toggle-alternative-header', waitTime, false)
-
       // ensures the main body (results list) has been rendered
       .waitForElementPresent('.prettyprint', waitTime, false)
 
@@ -84,7 +78,6 @@ module.exports = {
       .populateDatabase(newDatabaseName)
       .loginToGUI()
       .url(baseUrl + '/#/database/' + newDatabaseName + '/_all_docs')
-      .waitForElementPresent('.control-toggle-alternative-header', waitTime, false)
 
       // ensures the main body (results list) has been rendered
       .waitForElementPresent('.prettyprint', waitTime, false)