Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 1dba30e81 -> 809c46a88


try to harden test

PR: #772
PR-URL: https://github.com/apache/couchdb-fauxton/pull/772
Reviewed-By: garren smith <garren.sm...@gmail.com>


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

Branch: refs/heads/master
Commit: 809c46a884b5b9da609e0a9bd47a507a1516f50b
Parents: 1347b9a
Author: Robert Kowalski <robertkowal...@apache.org>
Authored: Thu Sep 15 14:59:53 2016 +0200
Committer: Robert Kowalski <robertkowal...@apache.org>
Committed: Tue Sep 27 14:39:54 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/809c46a8/app/addons/fauxton/tests/nightwatch/notificationCenter.js
----------------------------------------------------------------------
diff --git a/app/addons/fauxton/tests/nightwatch/notificationCenter.js 
b/app/addons/fauxton/tests/nightwatch/notificationCenter.js
index ef7d96f..b1bac4c 100644
--- a/app/addons/fauxton/tests/nightwatch/notificationCenter.js
+++ b/app/addons/fauxton/tests/nightwatch/notificationCenter.js
@@ -27,7 +27,7 @@ module.exports = {
       .loginToGUI()
       .waitForElementPresent('#notification-center-btn', waitTime, false)
       .assert.cssClassNotPresent('.notification-center-panel', 'visible')
-      .clickWhenVisible('#notification-center-btn .fonticon-bell', waitTime, 
false)
+      .clickWhenVisible('#notification-center-btn', waitTime, false)
       .waitForElementPresent('.notification-center-panel.visible', waitTime, 
false)
 
       .getText('.notification-center-panel', function (result) {

Reply via email to