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 <[email protected]> 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');
