Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
[e2e] update cypress (#113)
Browse files Browse the repository at this point in the history
So as @W3stside advanced yesterday, Cypress have an issue in 6.3 that breaks our tests:
cypress-io/cypress#9326

For now, we can update to 5.3 savely, which already includes the changes for `intercept`

Still all green:
![image](https://user-images.githubusercontent.com/2352112/105979759-51e01b80-6094-11eb-979f-5c671fc55cfd.png)
  • Loading branch information
anxolin authored Jan 28, 2021
1 parent db76c95 commit 5da3f1f
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 26 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react-window": "^1.8.2",
"@types/rebass": "^4.0.5",
"@types/styled-components": "^5.1.0",
"@types/testing-library__cypress": "^5.0.5",
"@types/testing-library__cypress": "^5.0.8",
"@types/wcag-contrast": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
Expand All @@ -46,7 +46,7 @@
"cids": "^1.0.0",
"copy-to-clipboard": "^3.2.0",
"cross-env": "^7.0.2",
"cypress": "^4.11.0",
"cypress": "5.3.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
Expand Down
Loading

0 comments on commit 5da3f1f

Please sign in to comment.