Skip to content

Commit

Permalink
[cypress] fix accessing a cross-origin frame error (#7552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored May 21, 2019
1 parent 551fe92 commit efb085a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset/assets/cypress/integration/dashboard/save.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit efb085a

Please sign in to comment.