From 6d4f4ecefb312d6a096707dcfdf5f2d0be24306a Mon Sep 17 00:00:00 2001 From: Grace Guo Date: Sun, 19 May 2019 22:18:19 -0700 Subject: [PATCH] [cypress] fix accessing a cross-origin frame error --- superset/assets/cypress/integration/dashboard/save.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset/assets/cypress/integration/dashboard/save.js b/superset/assets/cypress/integration/dashboard/save.js index 772862d5b87e3..d0895777f48fa 100644 --- a/superset/assets/cypress/integration/dashboard/save.js +++ b/superset/assets/cypress/integration/dashboard/save.js @@ -20,6 +20,8 @@ import readResponseBlob from '../../utils/readResponseBlob'; import { WORLD_HEALTH_DASHBOARD } from './dashboard.helper'; export default () => describe('save', () => { + Cypress.config('chromeWebSecurity', false); + let dashboardId; let boxplotChartId;