meh

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

Branch: refs/heads/new-replication
Commit: 2e7d2ab8063386903b6968bbeb6571b10aa129d1
Parents: c0d7a6c
Author: Ben Keen <ben.k...@gmail.com>
Authored: Sun Aug 14 17:07:48 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 | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e7d2ab8/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 e7ef682..d70356a 100644
--- a/app/addons/replication/tests/nightwatch/replication.js
+++ b/app/addons/replication/tests/nightwatch/replication.js
@@ -68,6 +68,7 @@ module.exports = {
       .waitForElementPresent('.enter-password-modal', waitTime, true)
       .setValue('.enter-password-modal input[type="password"]', pwd)
       .click('.enter-password-modal button.save')
+      .waitForElementNotPresent('.enter-password-modal', waitTime, true)
 
       // now check the database was created
       .checkForDatabaseCreated(replicatedDBName, longWaitTime)

Reply via email to