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:57 UTC

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

more fixes


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

Branch: refs/heads/master
Commit: b7dd66cea48c27c223edb4e12f282711cecf7bfe
Parents: 8032b1d
Author: Robert Kowalski <ro...@apache.org>
Authored: Wed Oct 21 19:05:21 2015 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Wed Oct 21 19:05:21 2015 +0200

----------------------------------------------------------------------
 app/addons/documents/tests/nightwatch/bulkDelete.js       | 2 +-
 app/addons/documents/tests/nightwatch/deletesDocuments.js | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/b7dd66ce/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 4889d15..0721884 100644
--- a/app/addons/documents/tests/nightwatch/bulkDelete.js
+++ b/app/addons/documents/tests/nightwatch/bulkDelete.js
@@ -30,7 +30,7 @@ module.exports = {
       .waitForElementVisible('.prettyprint', waitTime, false)
 
       .clickWhenVisible('.bulk-action-component-selector-group input[type="checkbox"]')
-      .clickWhenVisible('.bulk-actions button.fonticon-trash', waitTime, false)
+      .clickWhenVisible('.bulk-action-component-selector-group button.fonticon-trash', waitTime, false)
       .acceptAlert()
       .waitForElementVisible('#global-notifications .alert.alert-info', waitTime, false)
       .waitForElementNotPresent('[data-id="' + newDocumentName1 + '"]', waitTime, false)

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/b7dd66ce/app/addons/documents/tests/nightwatch/deletesDocuments.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/tests/nightwatch/deletesDocuments.js b/app/addons/documents/tests/nightwatch/deletesDocuments.js
index e3e7157..2da8b26 100644
--- a/app/addons/documents/tests/nightwatch/deletesDocuments.js
+++ b/app/addons/documents/tests/nightwatch/deletesDocuments.js
@@ -26,13 +26,13 @@ module.exports = {
       .clickWhenVisible('#dashboard-content a[href="#/database/' + newDatabaseName + '/_all_docs"]', waitTime, false)
       .waitForElementVisible('label[for="checkbox-' + newDocumentName + '"]', waitTime, false)
       .clickWhenVisible('label[for="checkbox-' + newDocumentName + '"]', waitTime, false)
-      .clickWhenVisible('.bulk-actions button.fonticon-trash', waitTime, false)
+      .clickWhenVisible('.bulk-action-component-selector-group button.fonticon-trash', waitTime, false)
       .acceptAlert()
       .waitForElementVisible('.alert.alert-info', waitTime, false)
 
       .waitForElementVisible('label[for="checkbox-' + newDocumentName + '2' + '"]', waitTime, false)
       .clickWhenVisible('label[for="checkbox-' + newDocumentName + '2' + '"]', waitTime, false)
-      .clickWhenVisible('.bulk-actions button.fonticon-trash', waitTime, false)
+      .clickWhenVisible('.bulk-action-component-selector-group button.fonticon-trash', waitTime, false)
       .acceptAlert()
 
       .waitForElementVisible('.alert.alert-info', waitTime, false)