You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2017/09/11 09:41:08 UTC

[couchdb-fauxton] branch master updated: toughen test (#980)

This is an automated email from the ASF dual-hosted git repository.

garren pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git


The following commit(s) were added to refs/heads/master by this push:
     new 2146c1e  toughen test (#980)
2146c1e is described below

commit 2146c1efd75b746da6db8250e6ff0e2ba9905998
Author: garren smith <ga...@gmail.com>
AuthorDate: Mon Sep 11 11:41:02 2017 +0200

    toughen test (#980)
---
 app/addons/databases/tests/nightwatch/specialCharListLinks.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/addons/databases/tests/nightwatch/specialCharListLinks.js b/app/addons/databases/tests/nightwatch/specialCharListLinks.js
index d284df3..06f31df 100644
--- a/app/addons/databases/tests/nightwatch/specialCharListLinks.js
+++ b/app/addons/databases/tests/nightwatch/specialCharListLinks.js
@@ -37,6 +37,7 @@ function createTest (db) {
 
       .url(baseUrl + '#/_all_dbs')
       .clickWhenVisible(`.fauxton-table-list a[href="database/${encodeURIComponent(db)}/_all_docs"]`)
+      .waitForElementNotPresent('#global-notifications .fonticon-cancel', waitTime, false)
 
       .waitForElementVisible('.faux-header__doc-header-title', waitTime, false)
       .waitForElementVisible('.no-results-screen', waitTime, false)

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].