This is an automated email from the ASF dual-hosted git repository. hugh pushed a commit to branch hugh/cypress-db-conn-ui in repository https://gitbox.apache.org/repos/asf/superset.git
commit 2a31285f3cf818d499374da883286a1131d97dcb Author: hughhhh <[email protected]> AuthorDate: Thu Jun 24 14:32:20 2021 -0700 lit --- .../cypress-base/cypress/integration/database/modal.test.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/superset-frontend/cypress-base/cypress/integration/database/modal.test.ts b/superset-frontend/cypress-base/cypress/integration/database/modal.test.ts index d908d7f..f449846 100644 --- a/superset-frontend/cypress-base/cypress/integration/database/modal.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/database/modal.test.ts @@ -71,6 +71,13 @@ describe('Add database', () => { xit('show error alerts on sqlalchemy form', () => {}); xit('should succesfully connect to db w/ dynamic form', () => {}); xit('should succesfully connect to db w/ sqlalchemy form', () => {}); + xit('should show preferred dbs', () => {}); + xit('should show available dbs in dropdown', () => {}); + + // big query + xit('should be able to show custom big query', () => {}); + xit('should be able to show big query file upload', () => {}); + xit('should be able to show big query service account copy/paste', () => {}); xit('should keep create modal open when error', () => { // open modal
