Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4DABEF977 for ; Fri, 12 Dec 2014 16:53:09 +0000 (UTC) Received: (qmail 97121 invoked by uid 500); 12 Dec 2014 16:53:08 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 97059 invoked by uid 500); 12 Dec 2014 16:53:08 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 97043 invoked by uid 99); 12 Dec 2014 16:53:07 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2014 16:53:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8843AA29F5F; Fri, 12 Dec 2014 16:53:07 +0000 (UTC) From: robertkowalski To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org References: In-Reply-To: Subject: [GitHub] couchdb-fauxton pull request: Allow editing documents from view Content-Type: text/plain Message-Id: <20141212165307.8843AA29F5F@tyr.zones.apache.org> Date: Fri, 12 Dec 2014 16:53:07 +0000 (UTC) Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/192#discussion_r21756794 --- Diff: test/nightwatch_tests/custom-commands/clickWhenReady.js --- @@ -0,0 +1,12 @@ +exports.command = function (element, waitTime) { --- End diff -- I would prefer to name this command `clickWhenVisible` - we can then add `clickWhenPresent` later if needed --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---