From commits-return-1577-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Wed Sep 26 07:19:34 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1CE0518067B for ; Wed, 26 Sep 2018 07:19:33 +0200 (CEST) Received: (qmail 33068 invoked by uid 500); 26 Sep 2018 05:19:33 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 33054 invoked by uid 99); 26 Sep 2018 05:19:33 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2018 05:19:33 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6D3B482D0F; Wed, 26 Sep 2018 05:19:32 +0000 (UTC) Date: Wed, 26 Sep 2018 05:19:35 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] 03/03: [cypress] add selectors/ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: ccwilliams@apache.org In-Reply-To: <153793917192.6296.15689958892987144644@gitbox.apache.org> References: <153793917192.6296.15689958892987144644@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/chris--sqllab-cypress X-Git-Reftype: branch X-Git-Rev: ef7be92f6fab519380769c83224324937d200de5 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180926051932.6D3B482D0F@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. ccwilliams pushed a commit to branch chris--sqllab-cypress in repository https://gitbox.apache.org/repos/asf/incubator-superset.git commit ef7be92f6fab519380769c83224324937d200de5 Author: Chris Williams AuthorDate: Tue Sep 25 22:19:12 2018 -0700 [cypress] add selectors/ --- superset/assets/cypress/selectors/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/assets/cypress/selectors/index.js b/superset/assets/cypress/selectors/index.js new file mode 100644 index 0000000..4b47f4c --- /dev/null +++ b/superset/assets/cypress/selectors/index.js @@ -0,0 +1 @@ +export const selectResultsTab = () => cy.get('.SouthPane .ReactVirtualized__Table');