Skip to content

Commit

Permalink
upgrades cypress to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Aug 26, 2020
1 parent d6c45a2 commit 51ae31c
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 137 deletions.
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"copy-to-clipboard": "^3.0.8",
"copy-webpack-plugin": "^6.0.2",
"cronstrue": "^1.51.0",
"cypress": "4.11.0",
"cypress": "5.0.0",
"cypress-multi-reporters": "^1.2.3",
"d3": "3.5.17",
"d3-scale": "1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/security_solution/cypress/support/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import './commands';

Cypress.Cookies.defaults({
whitelist: 'sid',
preserve: 'sid',
});

Cypress.on('uncaught:exception', (err) => {
Expand Down
Loading

0 comments on commit 51ae31c

Please sign in to comment.