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 57453650f196f..2255021676560 100644 --- a/superset-frontend/cypress-base/cypress/integration/database/modal.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/database/modal.test.ts @@ -17,6 +17,7 @@ * under the License. */ import { DATABASE_LIST } from './helper'; + describe('Add database', () => { beforeEach(() => { cy.login();