[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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;