mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[cypress] Disable chromeWebSecurity globally (#7853)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"baseUrl": "http://localhost:8081",
|
||||
"videoUploadOnPasses": false,
|
||||
"video": false,
|
||||
"chromeWebSecurity": false,
|
||||
"defaultCommandTimeout": 10000,
|
||||
"ignoreTestFiles": ["**/!(*.test.js)"],
|
||||
"projectId": "fbf96q",
|
||||
"defaultCommandTimeout": 10000,
|
||||
"video": false,
|
||||
"videoUploadOnPasses": false,
|
||||
"viewportWidth": 1280,
|
||||
"viewportHeight": 800
|
||||
}
|
||||
|
||||
@@ -20,8 +20,6 @@ import readResponseBlob from '../../utils/readResponseBlob';
|
||||
import { WORLD_HEALTH_DASHBOARD } from './dashboard.helper';
|
||||
|
||||
export default () => describe('save', () => {
|
||||
Cypress.config('chromeWebSecurity', false);
|
||||
|
||||
let dashboardId;
|
||||
let boxplotChartId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user