You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2014/12/01 12:23:30 UTC

fauxton commit: updated refs/heads/master to d4be415

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 96459879a -> d4be41541


Fix lookaheadTray test

`baseUrl` was undefined


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

Branch: refs/heads/master
Commit: d4be4154171cf89cf818fc848787694ac966c701
Parents: 9645987
Author: Robert Kowalski <ro...@apache.org>
Authored: Mon Dec 1 10:52:04 2014 +0100
Committer: Robert Kowalski <ro...@apache.org>
Committed: Mon Dec 1 12:23:13 2014 +0100

----------------------------------------------------------------------
 app/addons/documents/tests/nightwatch/lookaheadTray.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/d4be4154/app/addons/documents/tests/nightwatch/lookaheadTray.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/tests/nightwatch/lookaheadTray.js b/app/addons/documents/tests/nightwatch/lookaheadTray.js
index 85b0703..1951760 100644
--- a/app/addons/documents/tests/nightwatch/lookaheadTray.js
+++ b/app/addons/documents/tests/nightwatch/lookaheadTray.js
@@ -14,7 +14,7 @@ module.exports = {
   'The tray opens': function (client) {
     var waitTime = 10000,
         newDatabaseName = client.globals.testDatabaseName,
-        baseUrl = client.globals.baseUrl;
+        baseUrl = client.globals.test_settings.launch_url;
 
     client
       .loginToGUI()