From a4fa260f0c8e1c26b242233308e82af46e6f4f94 Mon Sep 17 00:00:00 2001 From: hughhhh Date: Tue, 29 Jun 2021 13:45:22 -0700 Subject: [PATCH] fix this issue --- .../cypress-base/cypress/integration/database/modal.test.ts | 1 + 1 file changed, 1 insertion(+) 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();