more

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

Branch: refs/heads/new-replication
Commit: eed8a051b2fbf31f189e0d973021aea774f6c71e
Parents: ee5ccc6
Author: Ben Keen <ben.k...@gmail.com>
Authored: Sun Aug 14 15:38:53 2016 -0700
Committer: Garren Smith <garren.sm...@gmail.com>
Committed: Wed Sep 14 17:22:30 2016 +0200

----------------------------------------------------------------------
 app/addons/replication/tests/nightwatch/replication.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/eed8a051/app/addons/replication/tests/nightwatch/replication.js
----------------------------------------------------------------------
diff --git a/app/addons/replication/tests/nightwatch/replication.js 
b/app/addons/replication/tests/nightwatch/replication.js
index 79bf7f6..61405d7 100644
--- a/app/addons/replication/tests/nightwatch/replication.js
+++ b/app/addons/replication/tests/nightwatch/replication.js
@@ -50,7 +50,7 @@ module.exports = {
 
       // select LOCAL as the source
       .click('#replication-source')
-      .click('option[value="REPLICATION_SOURCE_LOCAL"]')
+      .click('#replication-source option[value="REPLICATION_SOURCE_LOCAL"]')
       .waitForElementPresent('.replication-source-name-row', waitTime, true)
 
       // enter our source DB
@@ -106,14 +106,14 @@ module.exports = {
 
       // select the LOCAL db as the source
       .click('#replication-source')
-      .click('option[value="REPLICATION_SOURCE_LOCAL"]')
+      .click('#replication-source option[value="REPLICATION_SOURCE_LOCAL"]')
       .waitForElementPresent('.replication-source-name-row', waitTime, true)
       .setValue('.replication-source-name-row .Select-input input', 
[newDatabaseName1])
       .keys(['\uE015', '\uE015', '\uE006'])
 
       // select existing local as the target
       .click('#replication-target')
-      .click('option[value="REPLICATION_TARGET_EXISTING_LOCAL_DATABASE"]')
+      .click('#replication-target 
option[value="REPLICATION_TARGET_EXISTING_LOCAL_DATABASE"]')
       .setValue('.replication-target-name-row .Select-input input', 
[newDatabaseName2])
       .keys(['\uE015', '\uE015', '\uE006'])
 

Reply via email to