Skip to content

Commit

Permalink
Update puppeteer, refactor certain storybook tests to target iframe U…
Browse files Browse the repository at this point in the history
…RL directly (#988)
  • Loading branch information
askoufis committed Jun 3, 2024
1 parent f0e6792 commit f93547b
Show file tree
Hide file tree
Showing 9 changed files with 231 additions and 161 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ module.exports = {
jest: true,
},
globals: {
page: true,
browser: true,
context: true,
puppeteerConfig: true,
jestPuppeteer: true,
},
},
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"husky": "^9.0.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"jest-puppeteer": "^9.0.1",
"jest-puppeteer": "^10.0.1",
"jest-watch-typeahead": "^2.2.0",
"lint-staged": "^11.1.1",
"prettier": "^2.8.8",
"puppeteer": "^21.6.0",
"puppeteer": "^22.10.0",
"renovate-config-seek": "^0.4.0",
"typescript": "*"
},
Expand Down
Loading

0 comments on commit f93547b

Please sign in to comment.