[cypress] fix accessing a cross-origin frame error (#7552)

This commit is contained in:
Grace Guo
2019-05-21 16:02:46 -07:00
committed by GitHub
parent 551fe926cf
commit efb085ad03

View File

@@ -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;