tests: don't hardcode Mango in tests PR: #411 PR-URL: https://github.com/apache/couchdb-fauxton/pull/411 Reviewed-By: Michelle Phung <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/0157a483 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/0157a483 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/0157a483 Branch: refs/heads/master Commit: 0157a4838ee2dfa01e0dac861e4aeaa3a8de526f Parents: 3c29705 Author: Robert Kowalski <[email protected]> Authored: Wed May 13 13:22:45 2015 +0200 Committer: Robert Kowalski <[email protected]> Committed: Wed May 13 16:06:35 2015 +0200 ---------------------------------------------------------------------- app/addons/documents/tests/nightwatch/mangoIndex.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/0157a483/app/addons/documents/tests/nightwatch/mangoIndex.js ---------------------------------------------------------------------- diff --git a/app/addons/documents/tests/nightwatch/mangoIndex.js b/app/addons/documents/tests/nightwatch/mangoIndex.js index 50c0e75..f308ba5 100644 --- a/app/addons/documents/tests/nightwatch/mangoIndex.js +++ b/app/addons/documents/tests/nightwatch/mangoIndex.js @@ -23,7 +23,6 @@ module.exports = { .loginToGUI() .url(baseUrl + '/#/database/' + newDatabaseName + '/_index') .waitForElementPresent('.watermark-logo', waitTime, false) - .assert.containsText('.watermark-logo', 'Mango') .assert.containsText('.editor-description', 'is an easy way to find documents on predefined indexes') .execute('\ var json = \'{\
