From efb085ad038ee10f4c2f8e8d32c6dfca29b6e522 Mon Sep 17 00:00:00 2001 From: Grace Guo Date: Tue, 21 May 2019 16:02:46 -0700 Subject: [PATCH] [cypress] fix accessing a cross-origin frame error (#7552) --- 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 772862d5b8..d0895777f4 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;